-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
Which Umbraco version are you using?
13.11.0-rc
Bug summary
Updating a shared list data type (e.g., checkbox list or dropdown), any item that is modified (e.g., renamed or reordered) becomes unchecked in content nodes where it was previously selected.
Specifics
In Umbraco 13, when updating a shared list data type (e.g., checkbox list or dropdown), any item that is modified (e.g., renamed or reordered) becomes unchecked in content nodes where it was previously selected. This happens even if the item was selected before the update. It appears that the updated item is treated as a new entry, causing the original selection to be lost.
This issue can lead to data inconsistency and requires manual re-selection of items across content nodes.
Steps to reproduce
- Create a shared list data type (e.g., checkbox list) with several items.
- Use this data type in a document type and select some items in a content node.
- Go back to the data type and rename or reorder one of the items.
- Check the content node — the previously selected item is now unchecked.
Expected result / actual result
Expected Behavior:
Updated items should retain their selection in content nodes if their underlying value hasn't changed.
Actual Behavior:
Updated items are deselected, even if they were previously selected.
This item has been added to our backlog AB#58042