瀏覽代碼

isCommentOnly false fix for Trello import. Thanks to rhelsing !

Lauri Ojansivu 8 年之前
父節點
當前提交
dc8c59dcbe
共有 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,
             });
           }
         }