소스 검색

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'] },
     );