Umbraco.CMS.Backoffice
Umbraco.CMS.Backoffice copied to clipboard
fix: ensure any property editor UIs save their initial value on the context
Description
This ensures that if, say, a textarea is saved with "rows=10" without touching the input box at all
Before
After
How to test
- Create a new data type
- Select textarea
- Hit save
- Verify that the default configuration is saved, i.e. rows=10
I noticed that if the value is undefined, then the alias will be saved sort of without a value. We need to make sure that scenario works on the server.