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