Opened 14 years ago
Closed 14 years ago
#2976 closed defect (bug) (fixed)
Group extension admin screen not saving
Reported by: | boonebgorges | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | major |
Severity: | Version: | ||
Component: | Groups | Keywords: | has-patch dev-feedback |
Cc: |
Description
BP_Group_Extension::edit_screen_save() is not getting called on the latest trunk r3597. The register() method is supposed to hook edit_screen_save() to 'wp' http://trac.buddypress.org/browser/trunk/bp-groups/bp-groups-classes.php#L1165 but I am guessing that a load-order problem has been introduced.
Attachments (2)
Change History (7)
Note: See
TracTickets for help on using
tickets.
After some poking around, an update. The problem lies with bp_core_load_template, which BP_Group_Extension calls in several places. When bp_core_load_template() dies (in order to prevent more output), it stops later actions hooked to the 'wp' hook from firing. Yet for some reason it works in the 1.2 branch, even though the basic principle is the same.
I'll do some more digging. Thoughts welcome, though.