mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
N°931: Fix compiler (AttributeSet is abstract)
This commit is contained in:
@@ -1402,15 +1402,6 @@ EOF
|
||||
$aParameters['tag_code_max_len'] = 255;
|
||||
}
|
||||
}
|
||||
elseif ($sAttType == 'AttributeSet')
|
||||
{
|
||||
$aTagFieldsInfo[] = $sAttCode;
|
||||
$aParameters['allowed_values'] = 'null'; // or "new ValueSetEnum('SELECT xxxx')"
|
||||
$aParameters['sql'] = $this->GetMandatoryPropString($oField, 'sql');
|
||||
$aParameters['is_null_allowed'] = $this->GetPropBoolean($oField, 'is_null_allowed', false);
|
||||
$aParameters['depends_on'] = $sDependencies;
|
||||
$aParameters['max_items'] = $this->GetPropNumber($oField, 'max_items', 12);
|
||||
}
|
||||
elseif ($sAttType == 'AttributeClassAttCodeSet')
|
||||
{
|
||||
$aTagFieldsInfo[] = $sAttCode;
|
||||
|
||||
Reference in New Issue
Block a user