mirror of
https://github.com/wekan/wekan.git
synced 2025-12-23 10:50:13 +01:00
Move every Triggers.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
This commit is contained in:
parent
c7b554afd9
commit
d6142e4b75
4 changed files with 7 additions and 7 deletions
|
|
@ -84,12 +84,12 @@ class ExporterExcel {
|
|||
});
|
||||
result.rules.forEach((rule) => {
|
||||
result.triggers.push(
|
||||
...Triggers.find(
|
||||
...ReactiveCache.getTriggers(
|
||||
{
|
||||
_id: rule.triggerId,
|
||||
},
|
||||
noBoardId,
|
||||
).fetch(),
|
||||
),
|
||||
);
|
||||
result.actions.push(
|
||||
...ReactiveCache.getActions(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue