Skip to:
Content

BuddyPress.org

Opened 5 years ago

Closed 5 years ago

#8599 closed defect (bug) (fixed)

BP Admin Settings screens do not display notice once settings are saved in Network Admin

Reported by: imath Owned by: imath
Priority: normal Milestone: 10.0.0
Component: Administration Version:
Severity: normal Keywords: has-patch
Cc:

Description

I've checked, this is not a regression caused by [13137]. But I've discovered it working on the corresponding ticket.

Unlike what happens in regular configs, where a notice is displayed when settings are saved, saving settings inside the Network Admin will not generate such a notice at next page load.

The attached patch is bringing this notice for Network Admin screens (when BuddyPress is network activated).

Attachments (1)

8599.patch (1.4 KB ) - added by imath 5 years ago.

Download all attachments as: .zip

Change History (3)

@imath
5 years ago

#1 @imath
5 years ago

  • Keywords has-patch added

#2 @imath
5 years ago

  • Resolutionfixed
  • Status assignedclosed

In 13139:

When settings are updated, display a notice in Network Admin

Introduces the BP_Admin::admin_load() method to check if settings were updated from the components, options or pages screens. This method is only called inside the Network Admin, when BuddyPress is network activated.

Fixes #8599

Note: See TracTickets for help on using tickets.