mirror of
https://github.com/wekan/wekan.git
synced 2025-12-22 02:10:12 +01:00
Fix dissapearing subtasks
This commit is contained in:
parent
ff19d6744e
commit
a6e3c8984d
2 changed files with 3 additions and 4 deletions
|
|
@ -605,9 +605,7 @@ Boards.helpers({
|
|||
title: TAPi18n.__('queue'),
|
||||
boardId: this._id,
|
||||
});
|
||||
Boards.update(this._id, {$set: {
|
||||
subtasksDefaultListId: this.subtasksDefaultListId,
|
||||
}});
|
||||
this.setSubtasksDefaultListId(this.subtasksDefaultListId);
|
||||
}
|
||||
return this.subtasksDefaultListId;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue