mirror of
https://github.com/wekan/wekan.git
synced 2026-01-01 15:18:49 +01:00
current progress
This commit is contained in:
parent
cf85c9c6cd
commit
ec9498fa62
7 changed files with 46 additions and 29 deletions
|
|
@ -239,3 +239,10 @@ BlazeComponent.extendComponent({
|
|||
});
|
||||
},
|
||||
}).register('addCardForm');
|
||||
|
||||
|
||||
Template.listBody.helpers({
|
||||
canSeeAddCard() {
|
||||
return Meteor.user() && Meteor.user().isBoardMember() && !Meteor.user().isCommentOnly();
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue