浏览代码

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 1 年之前
父节点
当前提交
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) {
     if (this.isTemplateSearch) {
       const boardId = (ReactiveCache.getCurrentUser().profile || {}).templatesBoardId;
       const boardId = (ReactiveCache.getCurrentUser().profile || {}).templatesBoardId;
       if (boardId) {
       if (boardId) {
+        subManager.subscribe('board', boardId, false);
         this.board = ReactiveCache.getBoard(boardId);
         this.board = ReactiveCache.getBoard(boardId);
       }
       }
     } else {
     } else {