diff options
author | Omar Sy <omarsysy@gmail.com> | 2018-08-16 19:10:47 +0200 |
---|---|---|
committer | Omar Sy <omarsysy@gmail.com> | 2018-08-16 19:10:47 +0200 |
commit | 3c9aa65ca3481a363d1d7e03fccc467f9553c7da (patch) | |
tree | 966a130899bde084c02a43863e27517d02f3a4d3 /models | |
parent | 406442904743bdc19d3a54c425c63afd90768736 (diff) | |
download | wekan-3c9aa65ca3481a363d1d7e03fccc467f9553c7da.tar.gz wekan-3c9aa65ca3481a363d1d7e03fccc467f9553c7da.tar.bz2 wekan-3c9aa65ca3481a363d1d7e03fccc467f9553c7da.zip |
Change of the default value of labelIds
Diffstat (limited to 'models')
-rw-r--r-- | models/cards.js | 2 |
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], |