mirror of
https://github.com/wekan/wekan.git
synced 2026-03-10 23:52:34 +01:00
Merge pull request #6179 from KhaoulaMaleh/fix/linked-card-swimlane-routing
fixed linked card swimlane routing
This commit is contained in:
commit
f1552ec1f3
4 changed files with 42 additions and 6 deletions
|
|
@ -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,
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue