mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
add comment false
This commit is contained in:
parent
41bec75886
commit
22aa6efa32
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue