mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
Dashboard: improved the group by on two columns (to be continued)
SVN:trunk[2074]
This commit is contained in:
@@ -724,6 +724,15 @@ EOF
|
||||
);
|
||||
return array('label' => $this->sLabel, 'value' => $sHtml.$sValidation);
|
||||
}
|
||||
|
||||
public function ReadParam(&$aValues)
|
||||
{
|
||||
parent::ReadParam($aValues);
|
||||
if ($aValues[$this->sCode] == 'null')
|
||||
{
|
||||
$aValues[$this->sCode] = array();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class DesignerBooleanField extends DesignerFormField
|
||||
|
||||
Reference in New Issue
Block a user