Skip to content

Updating shared list data type causes previously selected items to be unchecked in Umbraco 13 #20513

@jason-delaplain

Description

@jason-delaplain

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

  1. Create a shared list data type (e.g., checkbox list) with several items.
  2. Use this data type in a document type and select some items in a content node.
  3. Go back to the data type and rename or reorder one of the items.
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    state/sprint-candidateWe're trying to get this in a sprint at HQ in the next few weekstype/bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions