fix: adjust url for task links

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
pull/49639/head
Raimund Schlüßler 2024-12-04 08:53:51 +07:00 committed by Andy Scherzinger
parent 4aa16840f9
commit fd1c18b456
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