Skip to:
Content

BuddyPress.org

#8956 closed defect (bug) (fixed)

BP Nouveau: Activity single view fails to load

Reported by: imath's profile imath Owned by: imath's profile imath
Milestone: 12.0.0 Priority: normal
Severity: normal Version:
Component: Members Keywords: has-patch
Cc:

Description

This is due to a regression introduced in [13512]. As the activity single view is loaded inside the Members component, the check for an existing navigation slug fails.

Change History (2)

This ticket was mentioned in PR #143 on buddypress/buddypress by @imath.


14 months ago
#1

  • Keywords has-patch added; needs-patch removed

When viewing a single activity, do not try to find a BP Nav having the activity ID as slug.
Only perform the parse query check when viewing a single user.

Trac ticket: https://buddypress.trac.wordpress.org/ticket/8956

#2 @imath
14 months ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 13534:

Restore the Member’s activity single view

A regression introduced in [13512] was preventing single activities to successfully load into the BP Nouveau Template Pack. We need to only perform the parse query check when viewing a single user. In the case of a single activity there is no need to check for an existing Member’s (sub)navigation item.

See #8932
Fixes #8956
Closes https://github.com/buddypress/buddypress/pull/143

Note: See TracTickets for help on using tickets.