feat: update smart picker links

Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Luka Trovic
2023-08-28 06:38:40 +00:00
committed by backportbot-nextcloud[bot]
parent d8623b0aa5
commit 1dffc29338
+1 -1
View File
@@ -40,7 +40,7 @@ class CardSearchResultEntry extends SearchResultEntry {
),
$card->getTitle(),
$board->getTitle() . ' » ' . $stack->getTitle(),
$urlGenerator->linkToRouteAbsolute('deck.page.index') . '#/board/' . $board->getId() . '/card/' . $card->getId(),
$urlGenerator->linkToRouteAbsolute('deck.page.redirectToCard', ['cardId' => $card->getId()]),
'icon-deck'
);
}