Merge pull request #5161 from faburem/main

Fixes issue #5131 (at least partly)
pull/5168/head
Lauri Ojansivu 2 years ago committed by GitHub
commit b99f878c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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 {

Loading…
Cancel
Save