Browse Source

Try to fix : Showing archived lists in Swimlane view

Ben0it-T 3 years ago
parent
commit
be5b6245e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/swimlanes.js

+ 1 - 1
models/swimlanes.js

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