Umbraco-CMS
Umbraco-CMS copied to clipboard
Changing a property name also changes the alias even when the alias is locked
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
14.0.0
Bug summary
I needed to change the label text of a property and noticed that it automatically changed the alias, even though the alias icon shows that it's locked.
Specifics
No response
Steps to reproduce
- Create a new doc type
- Add a property, give it any name you like
- Save the doc type
- Navigate away, navigate back
- Change the name of the field, the alias will also update, even though it's locked
Expected result / actual result
The alias should not change when it's in a locked state. It's easy to miss this and it will break things when the models are re-created if not spotted and caught.
This item has been added to our backlog AB#41767