Ticket #15269 (closed defect (bug): fixed)

Opened 19 months ago

Last modified 19 months ago

Screen options are not saving on the Network Admin themes/plugins

Reported by: PeteMall Owned by: ocean90
Priority: normal Milestone: 3.1
Component: Multisite Version: 3.1
Severity: normal Keywords: has-patch
Cc:

Description

Screen options for the network admin themes and plugins administration panel are not updated.

Attachments

15269.patch Download (2.1 KB) - added by ocean90 19 months ago.
Use the default default value and save the options
15269.2.patch Download (3.5 KB) - added by ocean90 19 months ago.
15269.3.patch Download (3.6 KB) - added by ocean90 19 months ago.
15269.4.patch Download (4.5 KB) - added by ocean90 19 months ago.
Here we go.
15269.5.patch Download (9.0 KB) - added by ocean90 19 months ago.

Change History

  • Milestone changed from Awaiting Review to 3.1

Use the default default value and save the options

Option can be saved with the page, but the navigation for the per_page option is missing. Should be there a per_page option?

  • Keywords has-patch added; needs-patch removed

Network themes/plugins works with the patch.

  • Keywords needs-patch added; has-patch removed

15269.2.patch prevents ajaxed pagination from working:

Notice: Undefined property: stdClass::$id in /wp/wp-admin/includes/class-wp-list-table-plugins.php on line 132
  • Keywords has-patch added; needs-patch removed
  • Owner set to ocean90
  • Status changed from new to accepted

It seems it's ignoring the setting when trying to go to the second page via AJAX.

is_network_admin() returns false on AJAX requests.

Here we go.

  • Status changed from accepted to closed
  • Resolution set to fixed

(In [16194]) Fix screen options for the network admin themes and plugins. Props ocean90. Fixes #15269. Also fixes [16190]

Note: See TracTickets for help on using tickets.