mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Merge pull request #5161 from faburem/main
Fixes issue #5131 (at least partly)
This commit is contained in:
commit
b99f878c98
1 changed files with 1 additions and 0 deletions
|
|
@ -646,6 +646,7 @@ BlazeComponent.extendComponent({
|
||||||
if (this.isTemplateSearch) {
|
if (this.isTemplateSearch) {
|
||||||
const boardId = (ReactiveCache.getCurrentUser().profile || {}).templatesBoardId;
|
const boardId = (ReactiveCache.getCurrentUser().profile || {}).templatesBoardId;
|
||||||
if (boardId) {
|
if (boardId) {
|
||||||
|
subManager.subscribe('board', boardId, false);
|
||||||
this.board = ReactiveCache.getBoard(boardId);
|
this.board = ReactiveCache.getBoard(boardId);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue