You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Post edit screens with metaboxes allow for drag and drop re-ordering.
This worked up to WordPress 5.6.2, but stopped working in WP 5.7, though it continues to work if you use the Classic Editor to edit posts rather than the block editor.
When re-ordering the metaboxes, an ajax update with the action 'meta-box-order' occurs, and this reports a succesful response both in the working and non-working cases, so it appears as if updating the metabox order works.
But, when the page is reloaded, the metaboxes are displayed in an unchanged order.
At the moment this is on the WP 5.7.1 milestone but please let me know if this isn't possible.
Description
Originally reported as WP#52818 by wordpress.org user terraling
At the moment this is on the WP 5.7.1 milestone but please let me know if this isn't possible.
Step-by-step reproduction instructions
Expected behaviour
At the final step the order should reflect the user's preferences.
Actual behaviour
The order of meta boxes is reset to the default WP order each time the editor is loaded.
@desrosj has determined that the
pageparameter is been left off the AJAX request to the admin-ajax actionmeta-box-order.A git bisect shows it was apparently introduced in this package update during the WP 5.7 cycle WordPress/wordpress-develop@bc40569.
Screenshots or screen recording (optional)
ffs-apple.mov
Code snippet (optional)
WordPress information
Device information