N°917 - Trigger on object update: limit the fields proposed to the ones that can be updated

This commit is contained in:
Eric
2018-11-08 14:36:15 +01:00
parent b050210737
commit 405b1b8e6f
3 changed files with 23 additions and 4 deletions

View File

@@ -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')
{