mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Archive subtask instead of permanent delete
This commit is contained in:
parent
6ab1cbb341
commit
cd36194477
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ BlazeComponent.extendComponent({
|
|||
deleteSubtask() {
|
||||
const subtask = this.currentData().subtask;
|
||||
if (subtask && subtask._id) {
|
||||
Cards.remove(subtask._id);
|
||||
subtask.archive();
|
||||
this.toggleDeleteDialog.set(false);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue