mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 17:30:13 +01:00
Move every Rules.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
This commit is contained in:
parent
0c58bcf99c
commit
30c1b5cca8
4 changed files with 4 additions and 4 deletions
|
|
@ -59,7 +59,7 @@ class ExporterExcel {
|
|||
);
|
||||
result.comments = CardComments.find(byBoard, noBoardId).fetch();
|
||||
result.activities = Activities.find(byBoard, noBoardId).fetch();
|
||||
result.rules = Rules.find(byBoard, noBoardId).fetch();
|
||||
result.rules = ReactiveCache.getRules(byBoard, noBoardId);
|
||||
result.checklists = [];
|
||||
result.checklistItems = [];
|
||||
result.subtaskItems = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue