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