0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-25 09:20:16 +00:00

fix: adjust url for task links

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2024-12-04 08:53:51 +01:00 committed by Andy Scherzinger
parent 4aa16840f9
commit fd1c18b456

View file

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