fix: Adapt URLs generated in the backend to new routes
Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user