Skip to:
Content

BuddyPress.org

#8954 closed defect (bug) (fixed)

Activity Heartbeat feature fails with 'rewrites' query parser

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

Description

Reason is: the heartbeat action is not registered in BP Ajax Actions. It was missed during the migrate process (see #4954).

Change History (2)

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


14 months ago
#1

  • Keywords has-patch added; needs-patch removed

Register the heatbeat Ajax action into the buddypress()->ajax_actions global.

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

#2 @imath
14 months ago

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

In 13526:

Add BP Rewrites API support to Activities auto-refreshing feature

Do register the heatbeat Ajax action into the buddypress()->ajax_actions global. This registration was missed during the BP Rewrites migrating process.

See #4954
Fixes #8954
Closes https://github.com/buddypress/buddypress/pull/139

Note: See TracTickets for help on using tickets.