summaryrefslogtreecommitdiffstats
path: root/models/boards.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-11-09 21:58:31 +0200
committerLauri Ojansivu <x@xet7.org>2018-11-09 21:58:31 +0200
commit3300c69a039b3a4aa54c21340104a231cf2e80b1 (patch)
tree33fd50fabf939d613c8b0cc513fe75b1f3833216 /models/boards.js
parent09a95dfef6345782b0b36c97e624eab2126a84d4 (diff)
parente3b3e8b8c60c6c46304b80498075c08c6fce820e (diff)
downloadwekan-3300c69a039b3a4aa54c21340104a231cf2e80b1.tar.gz
wekan-3300c69a039b3a4aa54c21340104a231cf2e80b1.tar.bz2
wekan-3300c69a039b3a4aa54c21340104a231cf2e80b1.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'models/boards.js')
-rw-r--r--models/boards.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/models/boards.js b/models/boards.js
index cae6cf9f..57f3a1f1 100644
--- a/models/boards.js
+++ b/models/boards.js
@@ -127,9 +127,11 @@ Boards.attachSchema(new SimpleSchema({
},
'members.$.isNoComments': {
type: Boolean,
+ optional: true,
},
'members.$.isCommentOnly': {
type: Boolean,
+ optional: true,
},
permission: {
type: String,