Move every CustomFields.findOne() to the ReactiveCache

This commit is contained in:
Martin Filser 2023-02-03 23:58:38 +01:00
parent 0a7ffe4cb0
commit 54f7361767
4 changed files with 5 additions and 5 deletions

View file

@ -56,7 +56,7 @@ Activities.helpers({
return ReactiveCache.getCard(this.subtaskId);
},
customField() {
return CustomFields.findOne(this.customFieldId);
return ReactiveCache.getCustomField(this.customFieldId);
},
// Label activity did not work yet, unable to edit labels when tried this.
//label() {