N°1681 - Add new triggers for attachment creation and removal (#534)

This commit is contained in:
Anne-Catherine
2024-12-10 09:33:20 +01:00
committed by GitHub
parent 1556b95653
commit 261106fa9d
30 changed files with 528 additions and 163 deletions

View File

@@ -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, '');