Skip to content

Commit d589559

Browse files
feat: update smart picker links
Signed-off-by: Luka Trovic <luka@nextcloud.com>
1 parent 2bf339f commit d589559

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Search/CardSearchResultEntry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __construct(Board $board, Stack $stack, Card $card, $urlGenerato
4040
),
4141
$card->getTitle(),
4242
$board->getTitle() . ' » ' . $stack->getTitle(),
43-
$urlGenerator->linkToRouteAbsolute('deck.page.index') . '#/board/' . $board->getId() . '/card/' . $card->getId(),
43+
$urlGenerator->linkToRouteAbsolute('deck.page.redirectToCard', ['cardId' => $card->getId()]),
4444
'icon-deck'
4545
);
4646
}

0 commit comments

Comments
 (0)