-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Editing bound paragraph in post editor causes "Site Updated" message to appear #62236
Comments
The changes to trigger the save panel after editing post meta in a post have been reverted in this pull request. I guess this is not an issue anymore and we just have to ensure that whatever we build doesn't trigger this again, right? I've opened this new issue to gather all the context and make decisions before working on a new solution. Should we close this one? |
Yup, we can close this issue. And yes, we just need to make sure the "Site Updated" message doesn't get triggered with any new implementation.
Yes let's keep all the discussion in the new issue and close this one 👍 |
Description
In the post editor, if one modifies a block connected to post metadata via block bindings, a "Site Updated" notification displays when saving the post, which is incorrect.
First raised in #61811 and a part of the block bindings iteration for WordPress 6.6.
Step-by-step reproduction instructions
1. Register post meta by adding this snippet to your theme's functions.php
2. In the post editor, add a paragraph block bound to the custom field using the Code Editor
Screenshots, screen recording, code snippet
Environment info
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: