Explorar el Código

Try to fix : Showing archived lists in Swimlane view

Ben0it-T hace 3 años
padre
commit
be5b6245e3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'] },
     );