summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-03-30 07:54:15 +0300
committerGitHub <noreply@github.com>2017-03-30 07:54:15 +0300
commit9d95a7ed4d103804b916326039a4d94bd0041c9d (patch)
treecab4a98d6e03c540e1ed0a90e1ce9e419c0e014c
parent4d4bc55991c95c2a964bbe6fc8facbc871f27a62 (diff)
parente9bc5eaac5018126b9756f03e07fd42632e5fb82 (diff)
downloadwekan-9d95a7ed4d103804b916326039a4d94bd0041c9d.tar.gz
wekan-9d95a7ed4d103804b916326039a4d94bd0041c9d.tar.bz2
wekan-9d95a7ed4d103804b916326039a4d94bd0041c9d.zip
Merge pull request #952 from rhelsing/comment-hotfix
hotfix to user add isCommentOnly
-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,
},
},
};