148109b8ed
* Disallow alias creation if entity/accessor combination exists * Add changelog * Address review comments * Add handling to aliasUpdate, some field renaming * Update tests to work under new entity-alias constraint * Add check to entity merge, other review fixes * Log duplicated accessors only once * Fix flaky test * Add note about new constraint to docs * Update entity merge warn log
3 lines
150 B
Plaintext
3 lines
150 B
Plaintext
```release-note:bug
|
|
core/identity: Disallow entity alias creation/update if a conflicting alias exists for the target entity and mount combination
|
|
``` |