소스 검색

Revert hiding of Subtask boards, because of feedback from Wekan users,
that need Subtask boards to be visible.

Thanks to xet7 !

Lauri Ojansivu 6 년 전
부모
커밋
1968b7da31
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      client/components/boards/boardsList.js

+ 0 - 1
client/components/boards/boardsList.js

@@ -25,7 +25,6 @@ BlazeComponent.extendComponent({
       archived: false,
       'members.userId': Meteor.userId(),
       type: 'board',
-      subtasksDefaultListId: null,
     }, { sort: [['stars', 'desc'], ['color', 'asc'], ['title', 'asc'], ['description', 'asc'], ['_id', 'asc']] });
   },
   isStarred() {