Order of a draft post not showing until object cache is cleared
-
Hi, i’m having a bug/issue with the changed order not being visible in the admin posts list (wp-admin/edit.php) until I either manually clear my object cache or it automatically gets cleared by creating a new post (or doing any other change to posts that triggers cache clearing)
Environment:
nginx + redis object cache
WP 6.2.
Post Types Order Version 2.0.5Steps to reproduce:
- have object caching enabled
- create + publish some dummy posts
- create some dummy posts as draft
- change the order of a draft post and hit update
The draft post should now still appear at the old position in the admin view.
If you clear the cache manually or by doing any other change to posts that triggers cache clearing, like creating a new post draft, the list is updated and shows the previously moved post at the correct position.
- The topic ‘Order of a draft post not showing until object cache is cleared’ is closed to new replies.