I encountered an issue where I can drag Page or terms to reorder, then it seems to save (I can see the spinner), but when I reload the page, the order goes back to how it was before.
After testing with different environment, I found that this issue only occurs when persistent object caching is used. The environment I have tested are: on AWS with Elasticache, and local envrionment with Redis.
On a code that runs to save the new order by Ajax, it seems to be missing a code to flush the persistent cache.
I encountered an issue where I can drag Page or terms to reorder, then it seems to save (I can see the spinner), but when I reload the page, the order goes back to how it was before.
After testing with different environment, I found that this issue only occurs when persistent object caching is used. The environment I have tested are: on AWS with Elasticache, and local envrionment with Redis.
On a code that runs to save the new order by Ajax, it seems to be missing a code to flush the persistent cache.