mirror of
https://github.com/wekan/wekan.git
synced 2026-01-05 17:18:49 +01:00
Move every Checklists.findOne() to the ReactiveCache
This commit is contained in:
parent
3fc9c6efe7
commit
bf27ffb92e
3 changed files with 5 additions and 5 deletions
|
|
@ -47,7 +47,7 @@ Activities.helpers({
|
|||
return ReactiveCache.getAttachment(this.attachmentId);
|
||||
},
|
||||
checklist() {
|
||||
return Checklists.findOne(this.checklistId);
|
||||
return ReactiveCache.getChecklist(this.checklistId);
|
||||
},
|
||||
checklistItem() {
|
||||
return ReactiveCache.getChecklistItem(this.checklistItemId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue