-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
Publish status indicator doesn't update when (un)publishing an entry #1822
Comments
We use this patch for the time being: https://pastebin.com/dU3fHJg0 It's hacky in some parts (modifying |
I've confirmed the issue and recorded a short Loom demonstrating the issue. |
@jesseleite the behavior unfortunately still occurs with us. v.3.0.14 |
@WiebkeVog Could you try updating to the latest version of Statamic and try again? Currently the latest version is v3.0.22 |
The problem also occurs with version v3.0.22 |
Ah yes, was still broken with revisions enabled, thanks for video @WiebkeVog! Fixed in above commit. |
… through stack. References #1822.
Bug Description
When publishing or unpublishing an entry, the updated values for its
published
,private
andstatus
fields are received from the server, but the relevant Vue component attributes are not updated, meaning the grey dot will not turn green after you published.This applies to the entry edit page as well as items linked via the relationship fieldtype (i.e. the dot doesn't update after you publish them through the inline edit form).
How to Reproduce
or
Environment
Statamic version: cc4b3bd
The text was updated successfully, but these errors were encountered: