-
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
Unable to rollback content to the published version #12119
Comments
I was just checking out this behavior on V10 and it seems still to be the same. |
I just came across this same behavior on a v8.13.2 site today. |
Same on 8.18.4. Completely agree, the rollback functionality is currently very confusing. The expected results proposed by @ronaldbarendse are the way to go! |
This is clearly an omission. I'd venture to guess that most rollback scenarios would be rolling back to the previous published version. This needs to be fixed ASAP. |
@nul800sebastiaan this affects version 10 as well. Can you take a look at this? |
I would think this should be an essential feature. |
@ronaldbarendse really good stuff here ❤️ I've addressed (I think?) all your points in #13452 except this one:
That's a somewhat larger task. I reckon we can do without for the time being at least - maybe we should add it to the backlog for future consideration? |
Fixed in #12119 🚀 |
I see this has been fixed in versions 10.4 and 11.1.0 but has this been fixed in the latest version of 8? Is there plan to? thanks. |
Which exact Umbraco version are you using? For example: 9.0.1 - don't just write v9
9.3.1
Bug summary
If you save changes on a published content node, you can't reset/rollback to the current published version again. The only way seems to be to publish the saved changes/current draft version, after which the previous published version can be selected in the rollback dialog, do the rollback and publish the content again.
Besides unnecessarily updating the content cache (and all other side-effects of a publish, like re-indexing in Examine, etc.) and potentially having incorrect content published for a brief moment, this also creates an additional content version that you can't manually clean up as well.
It's also not possible to compare the current draft and published versions, so you also can't see what changes are being published if there are any pending.
Specifics
No response
Steps to reproduce
Expected result / actual result
If you only have a single published version and make some changes, the rollback dialog is basically useless, as you can't select the current draft or published version:
After publishing the changes, you can select the previously published version to rollback to:
But publishing that again creates an additional version:
Also, the text above the comparison says
This shows the differences between the current version and the selected version
, but what current version is used to compare to, the draft or published one?I would expect the following:
In addition to this I found some other minor issues in the rollback dialog:
Current version
box only displays the node name and created date, not the updated date (and is useless anyway, as the node name is shown in the compare box and created date isn't really useful here - plus it doesn't account for culture variants that aren't created yet and have no name)This item has been added to our backlog AB#24054
The text was updated successfully, but these errors were encountered: