Pārlūkot izejas kodu

Merge branch 'import-comment-fixes' of https://github.com/rhelsing/wekan into rhelsing-import-comment-fixes

Lauri Ojansivu 8 gadi atpakaļ
vecāks
revīzija
8f55122306
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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,
             });
           }
         }