summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-08-16 21:20:46 +0300
committerGitHub <noreply@github.com>2018-08-16 21:20:46 +0300
commit4e1fedb23692afd176cdd2435c4d1465b6c69a26 (patch)
tree966a130899bde084c02a43863e27517d02f3a4d3
parent406442904743bdc19d3a54c425c63afd90768736 (diff)
parent3c9aa65ca3481a363d1d7e03fccc467f9553c7da (diff)
downloadwekan-4e1fedb23692afd176cdd2435c4d1465b6c69a26.tar.gz
wekan-4e1fedb23692afd176cdd2435c4d1465b6c69a26.tar.bz2
wekan-4e1fedb23692afd176cdd2435c4d1465b6c69a26.zip
Merge pull request #1837 from omarsy/devel
Change of the default value of labelIds
-rw-r--r--models/cards.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/cards.js b/models/cards.js
index 1cb1e3d0..21a7f2ad 100644
--- a/models/cards.js
+++ b/models/cards.js
@@ -97,7 +97,7 @@ Cards.attachSchema(new SimpleSchema({
labelIds: {
type: [String],
optional: true,
- defaultValue: '',
+ defaultValue: [],
},
members: {
type: [String],