mirror of
https://github.com/nextcloud/server.git
synced 2025-02-25 17:30:20 +00:00
fix: adjust url for task links
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in a new issue