-
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
Must save change to reusable block to be able to publish page. #29269
Comments
The problem is that the Publish page check box does not show in the save panel screen right after having clicked Save draft and modified the reusable block. |
This might be unique to how I am just focusing on testing reusable blocks. It seems that clicking save draft, modifying reusable block, clicking publish to enter save panel that the publish page checkbox is not able to catch up. |
Right, the condition seems to be:
It seems the multi-entity flow should account for a case where you want to go from draft to published even if there are no changes to be pushed. |
Here is one fix. When all options have been unchecked the Save button should become a Discard button. |
I ran into (what I think is) something similar with the Site Logo Block. Created an issue: #36096 |
Same here. I can't save the post (page in my case) properly. |
i have same problem, nobody else have solution of this problem? |
Noting that things have changed, now reusable blocks changes need to be made separately in the focus mode, if you leave some unsaved and you go back, the behavior is still the same but you also have the possibility to explicitly switch the post status to "publish" in the sidebar of the post. |
Description
One must save changes to a reusable block to be able to publish the page.
Step-by-step reproduction instructions
Expected behaviour
When unchecking the Reusable block checkbox I expected to be able to move onward in the Publish page process. But the Save button is not clickable so that I am not able to move onward to publish.
I would suggest adding a disregard/undo/do not save changes checkbox.
Perhaps something like this mockup:
Forcing the user to either Save (update changes made to) reusable block(s) or to click a checkbox to disregard changes.
The Save button in the top can become active again when the user has clicked the save or not save checkbox.
So one can move back to the Publish panel again and see the button without the dot in it.
One can then go ahead and publish the page.
Actual behaviour
I became stuck in the Save panel when I unchecked the checkbox for Reusable block. I was not able to publish the page.
Screenshots or screen recording (optional)
Must-save-reusable-block-to-publish-page.mp4
WordPress information
Tracking issue: #27890
@youknowriad
The text was updated successfully, but these errors were encountered: