mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Move every Integrations.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
This commit is contained in:
parent
ebb356cf2d
commit
26e326a204
2 changed files with 4 additions and 3 deletions
|
@ -426,7 +426,8 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
integrations() {
|
||||
const boardId = this.boardId();
|
||||
return Integrations.find({ boardId: `${boardId}` }).fetch();
|
||||
const ret = ReactiveCache.getIntegrations({ boardId });
|
||||
return ret;
|
||||
},
|
||||
types() {
|
||||
return Integrations.Const.WEBHOOK_TYPES;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue