ソースを参照

Try to fix : Showing archived lists in Swimlane view

Ben0it-T 3 年 前
コミット
be5b6245e3
1 ファイル変更1 行追加1 行削除
  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'] },
     );