Browse Source

Merge pull request #952 from rhelsing/comment-hotfix

hotfix to user add isCommentOnly
Lauri Ojansivu 8 years ago
parent
commit
9d95a7ed4d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/boards.js

+ 1 - 0
models/boards.js

@@ -314,6 +314,7 @@ Boards.mutations({
           userId: memberId,
           userId: memberId,
           isAdmin: false,
           isAdmin: false,
           isActive: true,
           isActive: true,
+          isCommentOnly: false,
         },
         },
       },
       },
     };
     };