-
Notifications
You must be signed in to change notification settings - Fork 10
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
Incorrect author is listed on a change-less publish #51
Comments
Should be resolved by: a06a95f Author was being listed as the "origin version" author, but in changeless publish (or a publish of only "owned" content, e.g. blocks), there was no new version being created for the page, so the previous publisher was showing. Snapshot actions track their own authors and maintain that state independently. |
a06a95f indeed has resolved this issue for new entries. |
An publish action that makes no changes is recorded with a snapshot. The snapshot however lists the previous author as the author for the newest snapshot.
This causes much confusion, particularly in cases concerning #50 - a common case as no page level content has changed, only related items reached via a cascading publish.
Recreation
/admin/pages/edit/show/2
click Save & PublishSave & Publish
(without editing)User "Editor" (a "Content Author") publishes without changes
User "Editor" (a "Content Author") publishes with changes
User "Default Admin" (an "Administrator") publishes without changes
The text was updated successfully, but these errors were encountered: