Try to fix : Showing archived lists in Swimlane view

This commit is contained in:
Ben0it-T 2021-10-30 16:33:18 +02:00
parent 705e6d7e3a
commit be5b6245e3

View file

@ -220,7 +220,7 @@ Swimlanes.helpers({
{
boardId: this.boardId,
swimlaneId: { $in: [this._id, ''] },
archived: false,
//archived: false,
},
{ sort: ['sort'] },
);