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.
This commit is contained in:
Fabian Kromer 2023-10-10 14:48:15 +02:00
parent 4085a98bcd
commit 4b61f38cba

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 {