mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Move every Boards.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
This commit is contained in:
parent
06e374f0ff
commit
2c92524cf4
6 changed files with 15 additions and 13 deletions
|
|
@ -899,7 +899,7 @@ Users.helpers({
|
|||
},
|
||||
|
||||
getTemplatesBoardSlug() {
|
||||
//return (Boards.findOne((this.profile || {}).templatesBoardId) || {}).slug;
|
||||
//return (ReactiveCache.getBoard((this.profile || {}).templatesBoardId) || {}).slug;
|
||||
return 'templates';
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue