Use absolute URLs for the search

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2020-09-15 09:23:40 +02:00
parent 87b6fbbb6a
commit c8d63abd6c
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ class BoardSearchResultEntry extends SearchResultEntry {
'',
$board->getTitle(),
'',
$urlGenerator->linkToRoute('deck.page.index') . '#/board/' . $board->getId(),
$urlGenerator->linkToRouteAbsolute('deck.page.index') . '#/board/' . $board->getId(),
'icon-deck');
}
}