[UI][VAULT-43929]::Update copy to specify entity ID is the required data input for merging entities (#14161) (#14162)

* fix(copy): update copy to specify entity ID is the required data input for merging entities

* chore(changelog): add improvement changelog

Co-authored-by: Nina Bucholtz <nina.balachandranmary@gmail.com>
This commit is contained in:
Vault Automation 2026-04-21 20:07:27 -04:00 committed by GitHub
parent ac231b3ea2
commit 07e4823ea3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

3
changelog/_14161.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:improvement
ui: Update copy on merge entities page to specify entity ID is the required data input when merging entities.
```

View File

@ -12,10 +12,10 @@ export default IdentityModel.extend({
return ['toEntityId', 'fromEntityIds', 'force'];
}),
toEntityId: attr('string', {
label: 'Entity to merge to',
label: 'Entity ID to merge to',
}),
fromEntityIds: attr({
label: 'Entities to merge from',
label: 'Entity IDs to merge from',
editType: 'stringArray',
}),
force: attr('boolean', {