umbraco / Umbraco-CMS

Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
https://umbraco.com
MIT License
4.36k stars 2.64k forks source link

Moving a property to a different group doesn't work #16643

Open philipdanielhayton opened 1 week ago

philipdanielhayton commented 1 week ago

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

14.0.0

Bug summary

When dragging a property from one group to another using the 'Re-order' mode doesn't work.

https://github.com/umbraco/Umbraco-CMS/assets/19938510/0ec19cce-f35b-4f32-89a8-7efc39ff60a1

Specifics

It initially looks as though it works, but when you save and reload the doc type the changes are reverted.

Steps to reproduce

  1. Create a doc type
  2. Add 2 groups
  3. Add a property to each group
  4. Save the doc type
  5. Drag a property from one group to another
  6. Click save
  7. Refresh the page, the properties are still in their original group

Expected result / actual result

The property should be in the correct group after page refresh


This item has been added to our backlog AB#41774

github-actions[bot] commented 1 week ago

Hi there @philipdanielhayton!

Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better.

We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.

We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions.

Thanks, from your friendly Umbraco GitHub bot :robot: :slightly_smiling_face:

elit0451 commented 5 days ago

Hi @philipdanielhayton 👋

Thanks for reaching out! I can indeed reproduce this. It seems like the "id" of the "container" is not updated when we order properties from one group to another. We will have a look 🙂