소스 검색

Fixes issue #5131 (at least partly)
You still have to click on "Template" twice to trigger the popup but IMHO it's better than the feature being completely broken.

Fabian Kromer 2 년 전
부모
커밋
4b61f38cba
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      client/components/lists/listBody.js

+ 1 - 0
client/components/lists/listBody.js

@@ -646,6 +646,7 @@ BlazeComponent.extendComponent({
     if (this.isTemplateSearch) {
       const boardId = (ReactiveCache.getCurrentUser().profile || {}).templatesBoardId;
       if (boardId) {
+        subManager.subscribe('board', boardId, false);
         this.board = ReactiveCache.getBoard(boardId);
       }
     } else {