mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
cant see add list if comment only
This commit is contained in:
parent
e6276271b1
commit
383daf6f64
3 changed files with 12 additions and 1 deletions
|
|
@ -204,3 +204,9 @@ BlazeComponent.extendComponent({
|
|||
}];
|
||||
},
|
||||
}).register('addListForm');
|
||||
|
||||
Template.boardBody.helpers({
|
||||
canSeeAddList() {
|
||||
return Meteor.user() && Meteor.user().isBoardMember() && !Meteor.user().isCommentOnly();
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue