mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 04:38:49 +01:00
Complete checklist activities
This commit is contained in:
parent
f7446ba934
commit
cc285afd59
6 changed files with 124 additions and 0 deletions
|
|
@ -41,6 +41,12 @@ BlazeComponent.extendComponent({
|
|||
this.loadNextPageLocked = true;
|
||||
}
|
||||
},
|
||||
|
||||
checkItem(){
|
||||
const checkItemId = this.currentData().checklistItemId;
|
||||
const checkItem = ChecklistItems.findOne({_id:checkItemId});
|
||||
return checkItem.title;
|
||||
},
|
||||
|
||||
boardLabel() {
|
||||
return TAPi18n.__('this-board');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue