Opened 8 years ago
Closed 6 years ago
#7875 closed defect (bug) (fixed)
BP Nouveau - Group Invites UI, the optional inviter message is never sent to invited users
| Reported by: | imath | Owned by: | imath |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.3.0 |
| Component: | Templates | Version: | 3.0.0 |
| Severity: | normal | 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
@
8 years ago
- Keywords needs-patch added; has-patch 2nd-opinion removed
- Milestone Awaiting Review → 4.0
#3
@
6 years ago
- Keywords has-patch added; needs-patch removed
- Milestone Awaiting Contributions → 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.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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
sinceversion to 4.0.)