Opened 7 years ago
Closed 7 years ago
#7809 closed defect (bug) (fixed)
BP Nouveau: Starred box needs more work to be reachable by the Messages UI
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Messages | Keywords: | has-patch commit |
Cc: |
Description
Since [11925] the filter to set the star feature parameters for the Messages loop, is conditionaly loaded only if the bp_current_action()
is the star feature slug.
As a result, BP Nouveau now needs to include the bp-messages/screens/starred.php
file during the Ajax request.
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Hi @imath, thanks for finding this bug.
I suggest moving the
bp_messages_filter_starred_message_threads()
function back tobp-messages-star.php
. I believe this will fix the problem, but let me know if it doesn't.