mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°917 - Trigger on object update: limit the fields proposed to the ones that can be updated
This commit is contained in:
@@ -1491,6 +1491,8 @@ EOF
|
||||
$aParameters['class_field'] = $this->GetMandatoryPropString($oField, 'class_field');
|
||||
// List of AttributeDefinition Classes to filter class_field (empty means all)
|
||||
$aParameters['attribute_definition_list'] = $this->GetPropString($oField, 'attribute_definition_list', '');
|
||||
// Exclusion list of AttributeDefinition Classes to filter class_field (empty means no exclusion)
|
||||
$aParameters['attribute_definition_exclusion_list'] = $this->GetPropString($oField, 'attribute_definition_exclusion_list', '');
|
||||
}
|
||||
elseif ($sAttType == 'AttributeQueryAttCodeSet')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user