Opened 6 years ago
Closed 5 years ago
#7603 closed defect (bug) (no action required)
group filter update does not work
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.9.0 |
Component: | Core | Keywords: | needs-patch reporter-feedback |
Cc: |
Description
when the group update is selected nothing is show
- click the show all button
- select show: group update
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Hi @excellins-
Thanks for your ticket. Can you take a look in your database to make sure that some activities that would be found by that filter exist? (They're kind of uncommon.)
Look in the table
wp_bp_activity
for items with thetype
=group_details_updated
.These activity items are only created when a group admin changes the group name or description using the front-end form (like at
/groups/group-name/admin/edit-details/
) and checks the option "Notify group members of these changes via email". In the code where the activity item would be added, there's a note:Ref: https://buddypress.trac.wordpress.org/browser/tags/2.9.1/src/bp-groups/bp-groups-activity.php#L450
Best,
-David