PMCORE-2560:Update the counters in the sideBar

cr
This commit is contained in:
fabio
2020-12-16 19:00:37 -04:00
parent df40b1c7c6
commit b57d37122e
4 changed files with 41 additions and 3 deletions

View File

@@ -149,6 +149,7 @@ ScriptVariables::add('SYS_WORKSPACE', config("system.workspace"));
ScriptVariables::add('SYS_URI', SYS_URI);
ScriptVariables::add('SYS_LANG', SYS_LANG);
ScriptVariables::add('TRANSLATIONS', $translation);
ScriptVariables::add('FORMATS', $conf->getFormats());
echo View::make('Views::home.home', compact("userCanAccess"))->render();
/*----------------------------------********---------------------------------*/