fixed linked card swimlane routing

This commit is contained in:
KhaoulaMaleh 2026-03-09 02:25:13 -11:00 committed by wekan
parent 6953cc0670
commit 48361b2047
3 changed files with 8 additions and 0 deletions

View file

@ -123,6 +123,8 @@ Template.subtaskActionsPopup.events({
boardId: board._id,
slug: board.slug,
cardId: subtask._id,
swimlaneId: subtask.swimlaneId,
listId: subtask.listId,
});
}
},