Fixed Bug: Calendar & parent cards URLs used absolute URLs

This commit is contained in:
Majed6 2021-03-13 15:08:28 +03:00
parent ee323d97b4
commit 43482d9e48
No known key found for this signature in database
GPG key ID: 124583A4A21A70DC
2 changed files with 2 additions and 2 deletions

View file

@ -114,7 +114,7 @@ BlazeComponent.extendComponent({
if (card) {
const board = Boards.findOne(card.boardId);
if (board) {
result = FlowRouter.url('card', {
result = FlowRouter.path('card', {
boardId: card.boardId,
slug: board.slug,
cardId: card._id,