#5446 closed defect (bug) (fixed)
Wrong behavior in notifications for group membership requests
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.0 | Priority: | normal |
Severity: | normal | Version: | 1.9.2 |
Component: | Groups | Keywords: | has-patch needs-testing commit |
Cc: |
Description
I've found some weird behavior in group memberships requests notifications:
- In the email, the link to the email notifications settings is not the one of the group administrator but the one of the user requesting the membership.
- In notifications table, the field item_id should be populated by the group id instead of the id of the user requesting the membership. Else, when a group is deleted it generates errors and a blank group page. In this case,
bp_groups_delete_group_delete_all_notifications()
is trying to delete notifications where the item id is the group id and has few chances to find it.
I think the suggested patch is solving the issue.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
This looks good to me.