Skip to:
Content

BuddyPress.org

Opened 2 months ago

Closed 2 days 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: kishanjasani Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Core Keywords:
Cc:

Description

Steps to reproduce the behavior:

  1. 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.
  2. 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)

Screenshot 2021-07-22 at 2.15.39 PM.png (931.9 KB) - added by kishanjasani 2 months ago.
Widget's view on Group page
Screenshot 2021-07-22 at 2.15.24 PM.png (914.5 KB) - added by kishanjasani 2 months ago.
Widget's view on Other page except group page. Private group's activity is not visible on these pages
8535.patch (595 bytes) - added by kishanjasani 2 months 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

Download all attachments as: .zip

Change History (4)

@kishanjasani
2 months ago

Widget's view on Group page

@kishanjasani
2 months ago

Widget's view on Other page except group page. Private group's activity is not visible on these pages

@kishanjasani
2 months 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 @imath
2 days 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.

Note: See TracTickets for help on using tickets.