mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-4108] bug fix for showing id instead of name. (#2888)
This commit is contained in:
parent
7636837278
commit
6ed062f69a
@ -239,7 +239,7 @@ export class RuleActionUiComponent implements ControlValueAccessor, OnInit, OnDe
|
||||
actionDefinitionId: this.selectedActionDefinitionId,
|
||||
params: {
|
||||
...this.parameters,
|
||||
[paramDefName]: selections[0].id
|
||||
[paramDefName]: selections[0].name
|
||||
}
|
||||
});
|
||||
this.onChange({
|
||||
|
Loading…
x
Reference in New Issue
Block a user