Merge pull request #6179 from KhaoulaMaleh/fix/linked-card-swimlane-routing

fixed linked card swimlane routing
This commit is contained in:
Lauri Ojansivu 2026-03-10 02:38:31 +02:00 committed by GitHub
commit f1552ec1f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 42 additions and 6 deletions

View file

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