mirror of
https://github.com/wekan/wekan.git
synced 2026-02-14 04:04:21 +01:00
Move every Swimlanes.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
This commit is contained in:
parent
9125ab440d
commit
33a8de7bb5
6 changed files with 12 additions and 12 deletions
|
|
@ -99,7 +99,7 @@ export class Exporter {
|
|||
|
||||
result.lists = ReactiveCache.getLists(byBoard, noBoardId);
|
||||
result.cards = ReactiveCache.getCards(byBoardNoLinked, noBoardId);
|
||||
result.swimlanes = Swimlanes.find(byBoard, noBoardId).fetch();
|
||||
result.swimlanes = ReactiveCache.getSwimlanes(byBoard, noBoardId);
|
||||
result.customFields = CustomFields.find(
|
||||
{ boardIds: this._boardId },
|
||||
{ fields: { boardIds: 0 } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue