Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: adjust url for task links
Signed-off-by: Raimund Schlüßler <[email protected]>
  • Loading branch information
raimund-schluessler authored and backportbot[bot] committed Jan 24, 2025
commit 8c83b96478e075d397662830030406d6d41bb2eb
2 changes: 1 addition & 1 deletion apps/dav/lib/Search/TasksSearchProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ protected function getDeepLinkToTasksApp(
): string {
return $this->urlGenerator->getAbsoluteURL(
$this->urlGenerator->linkToRoute('tasks.page.index')
. '#/calendars/'
. 'calendars/'
. $calendarUri
. '/tasks/'
. $taskUri
Expand Down