Explorar o código

Merge pull request #1837 from omarsy/devel

Change of the default value of labelIds
Lauri Ojansivu %!s(int64=7) %!d(string=hai) anos
pai
achega
4e1fedb236
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      models/cards.js

+ 1 - 1
models/cards.js

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