mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Merge remote-tracking branch 'origin/support/3.1' into support/3.2
This commit is contained in:
@@ -2259,7 +2259,7 @@ EOF
|
||||
$this->CompileCommonProperty('default_value', $oField, $aParameters, $sModuleRelativeDir, '');
|
||||
$this->CompileCommonProperty('allowed_values', $oField, $aParameters, $sModuleRelativeDir);
|
||||
$aParameters['class_category'] = $this->GetPropString($oField, 'class_category');
|
||||
$aParameters['more_values'] = $this->GetPropString($oField, 'more_values');
|
||||
$aParameters['more_values'] = $this->GetPropString($oField, 'more_values', '');
|
||||
$aParameters['depends_on'] = $sDependencies;
|
||||
}else {
|
||||
$this->CompileCommonProperty('sql', $oField, $aParameters, $sModuleRelativeDir);
|
||||
|
||||
Reference in New Issue
Block a user