mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Try to fix : Showing archived lists in Swimlane view
This commit is contained in:
parent
705e6d7e3a
commit
be5b6245e3
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ Swimlanes.helpers({
|
|||
{
|
||||
boardId: this.boardId,
|
||||
swimlaneId: { $in: [this._id, ''] },
|
||||
archived: false,
|
||||
//archived: false,
|
||||
},
|
||||
{ sort: ['sort'] },
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue