-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Content Item duplicates when saving twice after create - Happens when Enable list view
= true
#15945
Comments
Hi there @r-Larch! 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 🤖 🙂 |
@Zeegaan We got the same problem, but you have to use the infinite editor. We are now upgraded from Umbraco version 10.4.0 to 13.3.0 and the problem is back again. It looks like the problem is the "action" value in the PostSave payload. The id exists but the action is still Here is an example with a new umbraco 13.3.0 project: |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
13.2.2 - also happens in 13.1.1
Bug summary
When creating a child content item in a parent where
Enable list view = true
the item will be duplicated on secondSave
(not save and publish)Specifics
Happens in infinite editor.
Steps to reproduce
Vary by culture
andEnable list view = true
.Create {Child Page}
button. The child is alsoVary by culture
.-> You will see name has changed to
Name (1)
and the item exists twice in the list.Expected result / actual result
The item will not be duplicated.
Details
It looks like a BUG in the backend.
First save: (node gets an id)
Second Save: (the node id gets sent to the backend)
Second Save Server response: (the backend responds with a new id!)
The text was updated successfully, but these errors were encountered: