Opened 7 years ago
Closed 7 years ago
#3500 closed defect (bug) (worksforme)
Regular Chats widget on make/core not saving changes
Reported by: | SergeyBiryukov | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | |
Cc: |
Description
When I try to update the sidebar on make/core with new meeting time for REST API team, changes are not saved.
The same issue happened in November and was resolved by clearing the cache:
sergey: it says "Saved" when clicking the Save button, but doesn't appear to actually save any changes...
dd32: duplicated that, The POST sends the right data,wp_ajax_save_widget()
spits back the old data
dd32: Found the issue… The Cache had the old value, the database the new value, so update_option() wasn’t actually updating the cache since the database was already up to date. Cleared the cache and suddenly widget editing works again..
Note: See
TracTickets for help on using
tickets.
Seems the widget has been updated already.
Closing this as I can update it and someone else has been able to update it.
This is the
alloptions
core cache bug at play.