mirror of
https://github.com/wekan/wekan.git
synced 2025-12-29 21:58:49 +01:00
current progress
This commit is contained in:
parent
cf85c9c6cd
commit
ec9498fa62
7 changed files with 46 additions and 29 deletions
|
|
@ -26,6 +26,10 @@ BlazeComponent.extendComponent({
|
|||
checklist.setTitle(title);
|
||||
},
|
||||
|
||||
canModifyCard() {
|
||||
return Meteor.user() && Meteor.user().isBoardMember() && !Meteor.user().isCommentOnly();
|
||||
},
|
||||
|
||||
editChecklistItem(event) {
|
||||
event.preventDefault();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue