Dashboard: improved the group by on two columns (to be continued)

SVN:trunk[2074]
This commit is contained in:
Romain Quetiez
2012-05-30 14:51:01 +00:00
parent ad1b2901be
commit 5cfc82437f
4 changed files with 118 additions and 54 deletions

View File

@@ -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