Complete checklist activities

This commit is contained in:
Angelo Gallarello 2018-08-16 21:49:56 +02:00
parent f7446ba934
commit cc285afd59
6 changed files with 124 additions and 0 deletions

View file

@ -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');