feat: update smart picker links

Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Luka Trovic
2023-08-23 11:18:26 +02:00
committed by backportbot-nextcloud[bot]
parent d8623b0aa5
commit 1dffc29338

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'
);
}