Browse Source

Merge pull request #1837 from omarsy/devel

Change of the default value of labelIds
Lauri Ojansivu 6 years ago
parent
commit
4e1fedb236
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/cards.js

+ 1 - 1
models/cards.js

@@ -97,7 +97,7 @@ Cards.attachSchema(new SimpleSchema({
   labelIds: {
   labelIds: {
     type: [String],
     type: [String],
     optional: true,
     optional: true,
-    defaultValue: '',
+    defaultValue: [],
   },
   },
   members: {
   members: {
     type: [String],
     type: [String],