mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
add currentSetting to ReactiveCache
This commit is contained in:
parent
c6ee58ef88
commit
b7dbeba7de
13 changed files with 59 additions and 55 deletions
|
@ -3,9 +3,6 @@ import { TAPi18n } from '/imports/i18n';
|
|||
const subManager = new SubsManager();
|
||||
|
||||
Template.boardList.helpers({
|
||||
currentSetting() {
|
||||
return Settings.findOne();
|
||||
},
|
||||
hideCardCounterList() {
|
||||
/* Bug Board icons random dance https://github.com/wekan/wekan/issues/4214
|
||||
return Utils.isMiniScreen() && Session.get('currentBoard'); */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue