mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
subtasks now use parent task swimlane by default
This commit is contained in:
parent
29d62440a5
commit
c41c1e5293
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ BlazeComponent.extendComponent({
|
|||
const crtBoard = Boards.findOne(card.boardId);
|
||||
const targetBoard = crtBoard.getDefaultSubtasksBoard();
|
||||
const listId = targetBoard.getDefaultSubtasksListId();
|
||||
const swimlaneId = targetBoard.getDefaultSwimline()._id;
|
||||
const swimlaneId = card.swimlaneId;
|
||||
|
||||
if (title) {
|
||||
const _id = Cards.insert({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue