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

[7.x] Fix incorrect revisions status #555

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Conversation

duncanmcclean
Copy link
Member

This pull request fixes an issue where the "status" of revisions was incorrectly in the sidebar.

For example, if you edited a model, hit "Save", then refreshed, you'd see a "This is the published version" message, even though that isn't correct.

This was happening due to the initial-is-working-copy prop not being passed into the publish form, which is what that message checks against.

Fixes #551.

@duncanmcclean duncanmcclean merged commit e738e51 into 7.x Jul 10, 2024
11 checks passed
@duncanmcclean duncanmcclean deleted the fix/revisions-status branch July 10, 2024 18:01
Copy link

Released as part of v7.6.0.

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

Successfully merging this pull request may close these issues.

Revisions status isn't correct
1 participant