mirror of
https://github.com/wekan/wekan.git
synced 2026-02-27 18:34:07 +01:00
Move every Swimlanes.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
This commit is contained in:
parent
1c966ed7b4
commit
9125ab440d
4 changed files with 6 additions and 6 deletions
|
|
@ -59,7 +59,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
archivedSwimlanes() {
|
||||
return Swimlanes.find(
|
||||
return ReactiveCache.getSwimlanes(
|
||||
{
|
||||
archived: true,
|
||||
boardId: Session.get('currentBoard'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue