mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 01:28:49 +01:00
Move every Integrations.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
This commit is contained in:
parent
767d8e66e7
commit
6b7b464acc
4 changed files with 55 additions and 5 deletions
|
|
@ -437,7 +437,7 @@ BlazeComponent.extendComponent({
|
|||
for (const k in condition) {
|
||||
if (!condition[k]) delete condition[k];
|
||||
}
|
||||
return Integrations.findOne(condition);
|
||||
return ReactiveCache.getIntegration(condition);
|
||||
},
|
||||
onCreated() {
|
||||
this.disabled = new ReactiveVar(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue