소스 검색

Merge branch 'devel'

Lauri Ojansivu 8 년 전
부모
커밋
44f3596b9e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      models/import.js

+ 2 - 0
models/import.js

@@ -145,6 +145,7 @@ class TrelloCreator {
         userId: Meteor.userId(),
         isAdmin: true,
         isActive: true,
+        isCommentOnly: false,
       }],
       permission: this.getPermission(trelloBoard.prefs.permissionLevel),
       slug: getSlug(trelloBoard.name) || 'board',
@@ -170,6 +171,7 @@ class TrelloCreator {
               userId: wekanId,
               isAdmin: this.getAdmin(trelloMembership.memberType),
               isActive: true,
+              isCommentOnly: false,
             });
           }
         }