Adding new ReactiveCache

This commit is contained in:
Martin Filser 2022-12-09 12:46:52 +01:00
parent 384d80a647
commit 47427f89b0
2 changed files with 16 additions and 1 deletions

View file

@ -639,7 +639,8 @@ Cards.helpers({
},
board() {
return Boards.findOne(this.boardId);
const ret = ReactiveCache.getBoard(this.boardId);
return ret;
},
getRealId() {