Merge pull request #5161 from faburem/main

Fixes issue #5131 (at least partly)
This commit is contained in:
Lauri Ojansivu 2023-10-11 11:39:44 +03:00 committed by GitHub
commit b99f878c98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {