mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Adding new ReactiveCache
This commit is contained in:
parent
384d80a647
commit
47427f89b0
2 changed files with 16 additions and 1 deletions
|
|
@ -639,7 +639,8 @@ Cards.helpers({
|
|||
},
|
||||
|
||||
board() {
|
||||
return Boards.findOne(this.boardId);
|
||||
const ret = ReactiveCache.getBoard(this.boardId);
|
||||
return ret;
|
||||
},
|
||||
|
||||
getRealId() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue