mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°1681 - Add new triggers for attachment creation and removal (#534)
This commit is contained in:
@@ -2259,10 +2259,12 @@ EOF
|
||||
$this->CompileCommonProperty('is_null_allowed', $oField, $aParameters, $sModuleRelativeDir, false);
|
||||
$this->CompileCommonProperty('default_value', $oField, $aParameters, $sModuleRelativeDir, '');
|
||||
$this->CompileCommonProperty('allowed_values', $oField, $aParameters, $sModuleRelativeDir);
|
||||
$aParameters['class_category'] = $this->GetPropString($oField, 'class_category', '');
|
||||
$aParameters['class_category'] = $this->GetPropString($oField, 'class_category', '');
|
||||
$aParameters['more_values'] = $this->GetPropString($oField, 'more_values', '');
|
||||
$aParameters['depends_on'] = $sDependencies;
|
||||
}else {
|
||||
$aParameters['class_exclusion_list'] = $this->GetPropString($oField, 'class_exclusion_list', null);
|
||||
|
||||
}else {
|
||||
$this->CompileCommonProperty('sql', $oField, $aParameters, $sModuleRelativeDir);
|
||||
$this->CompileCommonProperty('is_null_allowed', $oField, $aParameters, $sModuleRelativeDir, false);
|
||||
$this->CompileCommonProperty('default_value', $oField, $aParameters, $sModuleRelativeDir, '');
|
||||
|
||||
Reference in New Issue
Block a user