fix: adjust url for task links

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
pull/50411/head
Raimund Schlüßler 2024-12-04 08:53:51 +07:00 committed by Andy Scherzinger
parent cf98040af8
commit c79b8a6901
1 changed files with 1 additions and 1 deletions

@ -121,7 +121,7 @@ class TasksSearchProvider extends ACalendarSearchProvider {
): string {
return $this->urlGenerator->getAbsoluteURL(
$this->urlGenerator->linkToRoute('tasks.page.index')
. '#/calendars/'
. 'calendars/'
. $calendarUri
. '/tasks/'
. $taskUri