mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
User editable dashboards... implementation in progress
SVN:trunk[1996]
This commit is contained in:
@@ -42,7 +42,7 @@ abstract class DashboardLayoutMultiCol extends DashboardLayout
|
||||
if ($iDashletIdx <= count($aDashlets))
|
||||
{
|
||||
$oDashlet = $aDashlets[$iDashletIdx];
|
||||
$oDashlet->Render($oPage, $bEditMode, $aExtraParams);
|
||||
$oDashlet->DoRender($oPage, $bEditMode, $aExtraParams);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user