mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Fix card deletion from archive
This commit is contained in:
parent
1bef3a3f8f
commit
77754cf32f
1 changed files with 2 additions and 2 deletions
|
@ -1421,8 +1421,8 @@ function cardRemover(userId, doc) {
|
|||
Checklists.remove({
|
||||
cardId: doc._id,
|
||||
});
|
||||
Subtasks.remove({
|
||||
cardId: doc._id,
|
||||
Cards.remove({
|
||||
parentId: doc._id,
|
||||
});
|
||||
CardComments.remove({
|
||||
cardId: doc._id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue