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 8cf6dc88b60d686c7b8cc22511ba570d81aeb869
2 changes: 1 addition & 1 deletion apps/dav/lib/Search/TasksSearchProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ protected function getDeepLinkToTasksApp(
): string {
return $this->urlGenerator->getAbsoluteURL(
$this->urlGenerator->linkToRoute('tasks.page.index')
. '#/calendars/'
. 'calendars/'
. $calendarUri
. '/tasks/'
. $taskUri
Expand Down