#8975 closed defect (bug) (fixed)
Single message thread is not loading message details v12.0.0-beta1
| Reported by: | vapvarun | Owned by: | imath |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.0.0 |
| Component: | Messages | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Single Thread is not loading the message details.
action=messages_get_thread_messages is getting the response value.
Env: Standard WP Docker setup
Theme: Twenty Fifteen
Active Plugins: BP v12.0.0-beta1 & BuddyPress RESTful API
Change History (5)
#2
@
3 years ago
I confirm the issue. It's not what I initially thought of. I will submit a patch asap and provide more explanations along with it.
This ticket was mentioned in PR #150 on buddypress/buddypress by @imath.
3 years ago
#3
- Keywords has-patch added; needs-patch removed
To make sure the Messages component's view action is not considered as a 404, we now need to register it as a Member's navigation item without rendering it once the query is parsed. This move also allows site administrators to customize this action's slug from the URLs BuddyPress settings tab.
Trac ticket: https://buddypress.trac.wordpress.org/ticket/8975
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi @vapvarun
Thanks for your feedback, I had a similar issue when displaying the activity permalink view. My first guess is I forgot to register this Ajax action in the new registration process I introduced with BP Rewrites API to avoid using
WP()at each Ajax call.I will look at it asap.