mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Custom fields: alpha version.
SVN:trunk[3943]
This commit is contained in:
@@ -1206,6 +1206,10 @@ EOF;
|
||||
$aParameters['min_up_mode'] = $this->GetMandatoryPropString($oField, 'min_up_mode');
|
||||
$aParameters['min_up_type'] = $this->GetMandatoryPropString($oField, 'min_up_type');
|
||||
}
|
||||
elseif ($sAttType == 'AttributeCustomFields')
|
||||
{
|
||||
$aParameters['handler_class'] = $this->GetMandatoryPropString($oField, 'handler_class');
|
||||
}
|
||||
else
|
||||
{
|
||||
$aParameters['allowed_values'] = 'null'; // or "new ValueSetEnum('SELECT xxxx')"
|
||||
|
||||
Reference in New Issue
Block a user