Re-implement label deletion

This was not ported during v0.9 re-factor.

Fixes #322
This commit is contained in:
Maxime Quandalle 2015-10-20 19:06:20 +02:00
parent 6dedf673d5
commit f3fc154eb0
2 changed files with 2 additions and 2 deletions

View file

@ -319,7 +319,7 @@ if (Meteor.isServer) {
{ boardId: doc._id },
{
$pull: {
labels: removedLabelId,
labelIds: removedLabelId,
},
},
{ multi: true }