fix: Adapt URLs generated in the backend to new routes

Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
Julius Knorr
2025-01-08 10:47:07 +01:00
committed by backportbot[bot]
parent 7cc43c706b
commit 81c8aad66f
11 changed files with 42 additions and 35 deletions

View File

@@ -22,7 +22,7 @@ class BoardSearchResultEntry extends SearchResultEntry {
),
$board->getTitle(),
'',
$urlGenerator->linkToRouteAbsolute('deck.page.index') . '#/board/' . $board->getId(),
$urlGenerator->linkToRouteAbsolute('deck.page.indexBoard', ['boardId' => $board->getId()]),
'icon-deck');
}
}