mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 16:30:13 +01:00
Fixed card filter
This commit is contained in:
parent
1f02321e27
commit
93e69c94a2
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ Lists.helpers({
|
||||||
};
|
};
|
||||||
if (swimlaneId)
|
if (swimlaneId)
|
||||||
selector.swimlaneId = swimlaneId;
|
selector.swimlaneId = swimlaneId;
|
||||||
return Cards.find(selector,
|
return Cards.find(Filter.mongoSelector(selector),
|
||||||
{ sort: ['sort'] });
|
{ sort: ['sort'] });
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue