mirror of
https://github.com/wekan/wekan.git
synced 2026-03-01 03:10:16 +01:00
Move every Team.findOne() to the ReactiveCache
This commit is contained in:
parent
2ab34d3b87
commit
fe2015735a
4 changed files with 32 additions and 9 deletions
|
|
@ -1845,7 +1845,7 @@ BlazeComponent.extendComponent({
|
|||
|
||||
Template.removeBoardTeamPopup.helpers({
|
||||
team() {
|
||||
return Team.findOne(this.teamId);
|
||||
return ReactiveCache.getTeam(this.teamId);
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue