Opened 14 years ago
Closed 14 years ago
#16348 closed defect (bug) (fixed)
Dashboard widget preferences not being honored
Reported by: | kpdesign | Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Network Admin | Keywords: | has-patch |
Focuses: | multisite | Cc: |
Description
On my dev Multisite install, I have set my preferences to only show the "Right Now" widget on the Network Admin screen. However, whenever I go to the Network Admin dashboard, all of the widgets are being displayed, regardless of what I've chosen (see screenshot).
I have to check all of the boxes, then uncheck them to make the other widgets disappear. Navigating away from the dashboard, then returning, all of the widgets are once again showing, and the checkboxes next to each one in the screen options panel are empty.
This only happens on the Network Admin dashboard; individual site dashboards retain their preferences properly.
Attachments (2)
Change History (10)
Note: See
TracTickets for help on using
tickets.
Related: #16238
It's happened:
Quote by ryan:
get_hidden_meta_boxes( $screen )
$screen is
dashboard-network
and through convert_to_screen() it becomesdashboard-network-network
.