Making WordPress.org

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's profile 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..

Change History (1)

#1 @dd32
7 years ago

  • Resolution set to worksforme
  • Status changed from new to closed

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.

Note: See TracTickets for help on using tickets.