BUG 10084 I added a functionality to save order the dashlet SOLVED

I added a functionality to save order the dashlet
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-11-30 14:48:33 -04:00
parent 96818a643b
commit 43c573430f

View File

@@ -112,6 +112,7 @@ class Dashboard extends Controller
G::loadClass('configuration');
$oConfiguration = new Configurations();
$aConfiguration = $oConfiguration->load('Dashboard', '', '', $_SESSION['USER_LOGGED']);
$dataDashboard = array();
if (isset($aConfiguration["CFG_VALUE"])) {
$dataDashboard = $aConfiguration["CFG_VALUE"];