[buddypress-trac] [BuddyPress Trac] #9158: Group members not notified that they have been promoted in Nouveau

buddypress-trac noreply at wordpress.org
Thu May 16 10:11:20 UTC 2024


#9158: Group members not notified that they have been promoted in Nouveau
--------------------------+-----------------------------
 Reporter:  needle        |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Groups        |    Version:
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 When using BP Nouveau:

 * Navigate to "Some Group" -> "Manage" -> "Members"
 * Promote a member from "Member" to "Administrator"
 * No email notification is sent

 The `groups_notification_promoted_member()` function is hooked to
 `groups_promoted_member` but none of this family of actions (e.g.
 `groups_demoted_member`, `groups_banned_member` etc) fires because Nouveau
 routes via the BP REST API instead of
 `groups_screen_group_admin_manage_members()`.

 BP Classic still fires these actions and works as expected.

 Not firing these actions also affects plugins that perform tasks based on
 the status of group members.

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/9158>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list