Opened 7 years ago
Closed 5 years ago
#7875 closed defect (bug) (fixed)
BP Nouveau - Group Invites UI, the optional inviter message is never sent to invited users
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0.0 |
Component: | Templates | Keywords: | needs-patch |
Cc: |
Description
As This feature was introduced before BuddyPress 2.5 in BP Nouveau, the 'groups_notification_group_invites_message' filter is deprecated. I suggest the attached patch to actually append the user message to the group-invites BP email.
Attachments (2)
Change History (9)
#1
@
7 years ago
- Keywords needs-patch added; has-patch 2nd-opinion removed
- Milestone changed from Awaiting Review to 4.0
#3
@
5 years ago
- Keywords has-patch added; needs-patch removed
- Milestone changed from Awaiting Contributions to 7.0.0
This bug has been fixed during 6.0.0 release cycle with the introduction of the BP Invitations feature. We now just need to deprecate the code that is no more used.
#4
@
5 years ago
- Owner set to imath
- Resolution set to fixed
- Status changed from new to closed
In 12714:
Note: See
TracTickets for help on using
tickets.
The idea is fine, the patch needs some work because changing the function signature like this can be dangerous. I don't think you can type-hint the first parameter, and you need to handle that possibly being passed a string for backwards compatibility (in case someone is calling the function manually, or has hooked it somewhere else, etc).
(On commit, change the modified
since
version to 4.0.)