#6140 closed defect (bug) (fixed)
Group activity failing to find /query group updates
Reported by: | hnla | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.2 | Priority: | highest |
Severity: | blocker | Version: | |
Component: | Activity | Keywords: | |
Cc: |
Description
Posting an activity update in groups is initially seeming to be accepted and is displayed, however on subsequent returns to the group activity 'Home' we have the 'No Activity found' message so appears activity query is failing.
Activity update is correctly recoded and exists in activity admin records and is displayed in the primary activity stream suggesting an issue with querying for group id to exclusion of all else.
Change History (7)
This ticket was mentioned in Slack in #buddypress by hnla. View the logs.
10 years ago
#3
@
10 years ago
Looks like bp_groups_filter_activity_scope()
was supposed to pull double duty for two filters:
bp_activity_set_groups_scope_args
bp_activity_set_home_scope_args
The "home" one is scary, because of front.php
, BP_GROUPS_DEFAULT_EXTENSION
, and the bp_groups_default_extension
filter.
#4
@
10 years ago
- Component changed from Core to Activity
- Milestone changed from Awaiting Review to 2.2
- Severity changed from major to blocker
Problem arises because the
$scope
when viewing a single group is "home" and not "groups" as it was coded to be.