-
Notifications
You must be signed in to change notification settings - Fork 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
[Bug]: Block Widgets: New widgets added via widget.php are not saved #57330
Comments
D68981-code stops this issue from happening, but isn't a practical fix since it modifies core without really understanding why, or respecting the original intent of the code commented out (chesterton's fence). However, it does illustrate something is happening differently between .com and .org and might be instrumental in developing a real fix. Additionally, this may be also related to the original issue of all widgets disappearing in certain circumstances, but I'm not certain yet. |
@david-binda Offers D68973-code which fixes the issue in my testing. The core cause is still a little bit mysterious to me. |
I have updated the D68973-code to actually address the issue cleanly, instead of the original hacky and mysterious approach :) |
Tagging @Automattic/flow-patrol-create based on issue content |
Was this fixed by D68973-code and Automattic/jetpack#21549? |
Fixed by D69021-code |
Quick summary
Block Widgets: New widgets added via widget.php are not saved
Possibly related issue: #57170. However, provisional fixes we've found for this issue do not effect #57170, maybe they're not as related as they seem..
Steps to reproduce
Steps:
What you expected to happen
What actually happened
Simple/Atomic
Simple
Reproducibility
Consistent
The text was updated successfully, but these errors were encountered: