Skip to:
Content

BuddyPress.org

Opened 3 years ago

Closed 3 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's profile imath Owned by: imath's profile imath
Milestone: 10.0.0 Priority: normal
Severity: normal Version:
Component: Administration 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 3 years ago.

Download all attachments as: .zip

Change History (3)

@imath
3 years ago

#1 @imath
3 years ago

  • Keywords has-patch added

#2 @imath
3 years ago

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

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.