mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
parent
61dd3180a4
commit
ac1f540763
4 changed files with 32 additions and 0 deletions
|
|
@ -77,6 +77,12 @@ BlazeComponent.extendComponent({
|
|||
!Meteor.user().isWorker()
|
||||
);
|
||||
},
|
||||
|
||||
/** returns the finished percent of the checklist */
|
||||
finishedPercent() {
|
||||
const ret = this.data().checklist.finishedPercent();
|
||||
return ret;
|
||||
},
|
||||
}).register('checklistDetail');
|
||||
|
||||
BlazeComponent.extendComponent({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue