Преглед на файлове

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

Lauri Ojansivu преди 8 години
родител
ревизия
8f55122306
променени са 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,
             });
           }
         }