Skip to content
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

Copy and paste 2 levels of nested content causes duplicate content to show. #8910

Closed
Myster opened this issue Sep 15, 2020 · 2 comments
Closed

Comments

@Myster
Copy link
Contributor

Myster commented Sep 15, 2020

I have uncovered a bug in Umbraco. If anyone uses the copy and paste feature when there are nested children then the children don’t get a new GUID, they get a copy of the old GUID , which causes the content to come out duplicated in the front end.

In the screenshot, #1 copy has a child #2 so if #1 is used then the children items don’t get a unique GUID and so they will be the same as where they were copied from., but #2 copy can be used.

image

The workaround is to delete the items at level 2 and re-create them

you can copy and paste items at level 2 and it will not cause an issue, because there are no child items to mess up, so a quicker way to re-create the level 2 items is to copy and paste them, then delete the originals

I am seeing this issue on Umbraco version: 8.6.1

@rbottema
Copy link
Contributor

Hi @Myster, I believe this is already fixed in 8.7 by #8842. Can you recheck on the newest version of Umbraco?

@nul800sebastiaan
Copy link
Member

Thanks @rbottema - good suggestion, but that is specifically for the block editor, this bug is fixed in v8.6.2, I would recommend you upgrade to the latest v8.6 at least.

This is the related issue: #7133

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants