Forráskód Böngészése

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 éve
szülő
commit
4b61f38cba
1 módosított fájl, 1 hozzáadás és 0 törlés
  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 {