mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
Import feature
This commit is contained in:
@@ -750,8 +750,8 @@ JS
|
||||
public function FromModelData(mixed $aDashboardValues)
|
||||
{
|
||||
$this->sLayoutClass = DashboardLayoutGrid::class;
|
||||
$this->sTitle = $aDashboardValues['title'];
|
||||
$iRefresh = $aDashboardValues['refresh'];
|
||||
$this->sTitle = $aDashboardValues['title'] ?? '';
|
||||
$iRefresh = $aDashboardValues['refresh'] ?? 0;
|
||||
$this->bAutoReload = $iRefresh > 0;
|
||||
$this->iAutoReloadSec = $iRefresh;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user