mirror of
https://github.com/wekan/wekan.git
synced 2026-03-11 08:02:33 +01:00
Merge branch 'edge' of https://github.com/Akuket/wekan into edge
This commit is contained in:
commit
25ab20bcb4
1 changed files with 6 additions and 0 deletions
|
|
@ -71,6 +71,12 @@ if (Meteor.isServer) {
|
||||||
Activities.remove({
|
Activities.remove({
|
||||||
customFieldId: doc._id,
|
customFieldId: doc._id,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Cards.update(
|
||||||
|
{'boardId': doc.boardId, 'customFields._id': doc._id},
|
||||||
|
{$pull: {'customFields': {'_id': doc._id}}},
|
||||||
|
{multi: true}
|
||||||
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue