fixed linked card swimlane routing

This commit is contained in:
KhaoulaMaleh 2026-03-09 02:25:13 -11:00
parent afd40b21f1
commit a5ecc505d2
4 changed files with 42 additions and 6 deletions

View file

@ -1035,6 +1035,8 @@ Cards.helpers({
boardId: board._id,
slug: board.slug || 'board',
cardId: this._id,
swimlaneId: this.swimlaneId,
listId: this.listId,
});
},
originRelativeUrl() {
@ -1044,6 +1046,8 @@ Cards.helpers({
boardId: board._id,
slug: board.slug || 'board',
cardId: this._id,
swimlaneId: this.swimlaneId,
listId: this.listId,
});
},