mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
- Fix "No Comments" permission on Wekan and Trello import.
Thanks to xet7 !
This commit is contained in:
parent
66e22a2c87
commit
0a001d505d
2 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
});
|
||||
|
|
|
@ -160,6 +160,7 @@ export class WekanCreator {
|
|||
wekanId: Meteor.userId(),
|
||||
isActive: true,
|
||||
isAdmin: true,
|
||||
isNoComments: false,
|
||||
isCommentOnly: false,
|
||||
swimlaneId: false,
|
||||
}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue