mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 01:28:49 +01:00
Re-implement label deletion
This was not ported during v0.9 re-factor. Fixes #322
This commit is contained in:
parent
6dedf673d5
commit
f3fc154eb0
2 changed files with 2 additions and 2 deletions
|
|
@ -319,7 +319,7 @@ if (Meteor.isServer) {
|
|||
{ boardId: doc._id },
|
||||
{
|
||||
$pull: {
|
||||
labels: removedLabelId,
|
||||
labelIds: removedLabelId,
|
||||
},
|
||||
},
|
||||
{ multi: true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue