resolving merge conflicts

This commit is contained in:
IgnatzHome 2018-05-17 20:21:07 +02:00
commit 9518a5c11e
30 changed files with 880 additions and 58 deletions

View file

@ -249,6 +249,10 @@ Boards.helpers({
return `board-color-${this.color}`;
},
customFields() {
return CustomFields.find({ boardId: this._id }, { sort: { name: 1 } });
},
// XXX currently mutations return no value so we have an issue when using addLabel in import
// XXX waiting on https://github.com/mquandalle/meteor-collection-mutations/issues/1 to remove...
pushLabel(name, color) {