summaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
authorRyan Helsing <ryanhelsing@gmail.com>2017-03-29 14:28:04 -0400
committerRyan Helsing <ryanhelsing@gmail.com>2017-03-29 14:28:04 -0400
commite9bc5eaac5018126b9756f03e07fd42632e5fb82 (patch)
treecab4a98d6e03c540e1ed0a90e1ce9e419c0e014c /models
parent4d4bc55991c95c2a964bbe6fc8facbc871f27a62 (diff)
downloadwekan-e9bc5eaac5018126b9756f03e07fd42632e5fb82.tar.gz
wekan-e9bc5eaac5018126b9756f03e07fd42632e5fb82.tar.bz2
wekan-e9bc5eaac5018126b9756f03e07fd42632e5fb82.zip
hotfix to user add
Diffstat (limited to 'models')
-rw-r--r--models/boards.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/boards.js b/models/boards.js
index 4492d299..f4296a6c 100644
--- a/models/boards.js
+++ b/models/boards.js
@@ -314,6 +314,7 @@ Boards.mutations({
userId: memberId,
isAdmin: false,
isActive: true,
+ isCommentOnly: false,
},
},
};