#9248 closed defect (bug) (fixed)
BP Legacy stopped filtering activity heartbeat requests
Reported by: | imath | Owned by: | imath |
---|---|---|---|
Milestone: | 15.0.0 | Priority: | normal |
Severity: | normal | Version: | 12.4.0 |
Component: | Templates | Keywords: | has-patch |
Cc: |
Description
Work achieved in #9099 introduced a regression about Legacy template pack. See:
https://buddypress.org/support/topic/buddypress-group-load-newest-activity-bug/
Reason: the BP Legacy main JS file is not sending a bp_heartbeat
post data, as a result the request is not parsed and BuddyPress URI globals neither.
Change History (7)
This ticket was mentioned in PR #393 on buddypress/buddypress by @imath.
6 weeks ago
#1
- Keywords has-patch added; needs-patch removed
#2
@
6 weeks ago
- Owner set to imath
- Resolution set to fixed
- Status changed from new to closed
In 14062:
Make sure
bp_heartbeat
post data is sent and use to transport cookies BP Legacy uses to remember logged in user's navigation preferences.Trac ticket: https://buddypress.trac.wordpress.org/ticket/9248