mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 01:28:49 +01:00
Move every Org.findOne() to the ReactiveCache
This commit is contained in:
parent
79ea4d6d1e
commit
2ab34d3b87
4 changed files with 32 additions and 9 deletions
|
|
@ -1644,7 +1644,7 @@ BlazeComponent.extendComponent({
|
|||
|
||||
Template.removeBoardOrgPopup.helpers({
|
||||
org() {
|
||||
return Org.findOne(this.orgId);
|
||||
return ReactiveCache.getOrg(this.orgId);
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue