Opened 6 months ago
Closed 6 months ago
#2023 closed defect (fixed)
BuddyPress: Group forum posts do not show up in group activity stream
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2 |
| Component: | BuddyPress | Version: | trunk |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
If you make a forum post in a BuddyPress group, the corresponding activity entry isn't displayed in the group activity stream.
The reason is when bbPress records the activity item it doesn't change the activity component or activity item ID to match the BuddyPress group.
Attached patch fixes this.
Attachments (1)
Change History (3)
comment:1
johnjamesjacoby — 6 months ago
- Milestone changed from Awaiting Review to 2.2
comment:2
johnjamesjacoby — 6 months ago
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [4399]) Use correct component, item_id, and secondary_item_id in group-forum activity. Props r-a-y. Fixes #2023.