mirror of
https://github.com/wekan/wekan.git
synced 2026-03-13 17:06:13 +01:00
fixed linked card swimlane routing
This commit is contained in:
parent
6953cc0670
commit
48361b2047
3 changed files with 8 additions and 0 deletions
|
|
@ -123,6 +123,8 @@ Template.subtaskActionsPopup.events({
|
|||
boardId: board._id,
|
||||
slug: board.slug,
|
||||
cardId: subtask._id,
|
||||
swimlaneId: subtask.swimlaneId,
|
||||
listId: subtask.listId,
|
||||
});
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue