mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
back to ReactiveCache.getCards and still fixing the flip "Card Drag/Drop" issue
This commit is contained in:
parent
1c0a1e021a
commit
a37caf459e
1 changed files with 2 additions and 2 deletions
|
@ -202,11 +202,11 @@ BlazeComponent.extendComponent({
|
|||
archived: false,
|
||||
};
|
||||
if (swimlaneId) selector.swimlaneId = swimlaneId;
|
||||
const ret = Cards.find(Filter.mongoSelector(selector), {
|
||||
const ret = ReactiveCache.getCards(Filter.mongoSelector(selector), {
|
||||
// sort: ['sort'],
|
||||
sort: sortBy,
|
||||
limit,
|
||||
});
|
||||
}, true);
|
||||
return ret;
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue