Fix card deletion from archive

This commit is contained in:
Andrés Manelli 2019-03-05 22:48:29 +01:00
parent 1bef3a3f8f
commit 77754cf32f

View file

@ -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,