-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
When Im trying to add new prevalues to a checkBoxList property an sync with live the selected values on live get deselected.
Reproduction
- Add a Umbraco.CheckBoxList property to a document type and add some pre-values
- Sync the new pre-values to cloud (e.g. Local to Live)
- Create a node on live with the property and select a value from the checkBoxList
- Go back to the local environment and add a new pre-value to the Umbraco.CheckBoxList property
- Sync the new pre-values to cloud again
- Now if you look at the live environment and find the node where the checkBoxList property should have a selected value it has been deselect visually.
Expected result
The property on the destination environment should have the same selected value as before the second sync.
Actual result
The property on the destination environment doesn't have a selected value after second sync.
the issue looks alot like this umbraco/Umbraco.Cloud.Issues#20
greystate