diff --git a/client/components/lists/listBody.js b/client/components/lists/listBody.js index 502c9f48b..f68599c83 100644 --- a/client/components/lists/listBody.js +++ b/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 {