[buddypress-trac] [BuddyPress] #4930: Changing user's group status via group admin looses forum settings

buddypress-trac noreply at wordpress.org
Mon Apr 15 23:56:39 UTC 2013


#4930: Changing user's group status via group admin looses forum settings
----------------------------+---------------------
 Reporter:  DJPaul          |       Owner:
     Type:  defect (bug)    |      Status:  closed
 Priority:  normal          |   Milestone:  1.7.1
Component:  Administration  |     Version:  1.7
 Severity:  normal          |  Resolution:  fixed
 Keywords:                  |
----------------------------+---------------------
Changes (by boonebgorges):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 (In [6912]) Don't redirect immediately after attempting to remove all
 admins from a group

 On the original implementation, when you attempted to remove all admins
 from a
 group via the Dashboard panel, you were immediately redirected away from
 the
 screen, without the rest of the script being processed. This meant, in
 particular, that the bp_group_admin_edit_after action was not run, with
 the
 result that plugins weren't able to save their options properly in this
 scenario.

 This changeset modifies the process so that, in the case of this kind of
 error,
 the redirection doesn't happen until the end of the form handler, allowing
 plugins to hook into the save routine correctly.

 Fixes #4930

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4930#comment:5>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list