Opened 4 years ago
Closed 3 years ago
#8535 closed defect (bug) (wontfix)
BP Latest activities widget not shows the private group feed updates even when user logged in, whereas the activity page shows
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
Steps to reproduce the behavior:
- Add the latest activities widget with type = New Group and Group Update to any page and then go to the private group and create a feed.
- Check the activity in the widget, will not show a private group activity on any page except the group page's sidebar.
Expected behavior
For the private type feeds it should display if the logged-in user is authorized and a member of that private group.
I have attached a screenshot of the home page and group page. It will clarify the issue clearly.
Attachments (3)
Change History (4)
@
4 years ago
Widget's view on Other page except group page. Private group's activity is not visible on these pages
@
4 years ago
Here is the patch for this ticket. I have remove check which was checking that page is group's single page or not. But we just need to check here is that the group component is active or not. Thanks
#1
@
3 years ago
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
The patch is the wrong way to do it imho is too generic. Private Group activities are not shown into the activity global scope, you need to activate the My Groups tab to view it. The goal of the widget is to display public activities, not private ones.
Widget's view on Group page