-
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
Add check for ContentVariation.Nothing when copying documents. #15185
Add check for ContentVariation.Nothing when copying documents. #15185
Conversation
A new check for ContentVariation.Nothing is necessary when copying from documents to ensure that if there is no content variation as defined by the Nothing property, values are still copied even if variation is not supported since the content itself will not vary.
Hi there @nagolucky18, thank you for this contribution! 👍 While we wait for one of the Core Collaborators team to have a look at your work, we wanted to let you know about that we have a checklist for some of the things we will consider during review:
Don't worry if you got something wrong. We like to think of a pull request as the start of a conversation, we're happy to provide guidance on improving your contribution. If you realize that you might want to make some changes then you can do that by adding new commits to the branch you created for this work and pushing new commits. They should then automatically show up as updates to this pull request. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
Thank you @nagolucky18 |
Hey @nagolucky18! Thanks a lot for putting in a fix for this issue, I am happy to say that everything tested as expected, and I have merged this one in 😄 You should see this in the next release! |
@nul800sebastiaan please consider putting this back into |
This seems to have been left out, it's not made it into v14 and there appears to be no |
A new check for ContentVariation.Nothing is necessary when copying from documents to ensure that if there is no content variation as defined by the Nothing property, values are still copied even if variation is not supported since the content itself will not vary.
Prerequisites
If there's an existing issue for this PR then this fixes 14687
Description
Changes made:
Steps to Test
(copied from original issue 14687)
Additionally, the following can be tested to ensure that the rollback behaves as expected.