- Fix "No Comments" permission on Wekan and Trello import.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2018-09-06 19:29:52 +03:00
parent 66e22a2c87
commit 0a001d505d
2 changed files with 3 additions and 0 deletions

View file

@ -150,6 +150,7 @@ export class TrelloCreator {
userId: Meteor.userId(),
isAdmin: true,
isActive: true,
isNoComments: false,
isCommentOnly: false,
swimlaneId: false,
}],
@ -177,6 +178,7 @@ export class TrelloCreator {
userId: wekanId,
isAdmin: this.getAdmin(trelloMembership.memberType),
isActive: true,
isNoComments: false,
isCommentOnly: false,
swimlaneId: false,
});

View file

@ -160,6 +160,7 @@ export class WekanCreator {
wekanId: Meteor.userId(),
isActive: true,
isAdmin: true,
isNoComments: false,
isCommentOnly: false,
swimlaneId: false,
}],