mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Move every ChecklistItems.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
This commit is contained in:
parent
981a641bce
commit
6fd3c0fa6b
4 changed files with 18 additions and 23 deletions
|
@ -119,9 +119,9 @@ export class Exporter {
|
|||
}).fetch(),
|
||||
);
|
||||
result.checklistItems.push(
|
||||
...ChecklistItems.find({
|
||||
...ReactiveCache.getChecklistItems({
|
||||
cardId: card._id,
|
||||
}).fetch(),
|
||||
}),
|
||||
);
|
||||
result.subtaskItems.push(
|
||||
...ReactiveCache.getCards({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue