mirror of
https://github.com/wekan/wekan.git
synced 2026-02-19 06:28:06 +01: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
|
|
@ -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