#2061 closed defect (fixed)
post_parent and exclude arguments for bbp_dropdown() not working
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.3 |
| Component: | Code Improvement | Version: | 2.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
On topic merge and split views, destination topic dropdown is supposed to only include topics from the current forum, but includes all topics. This is because bbp_dropdown() uses the child_of argument instead of post_parent for its call to get_posts(), and does not use the exclude parameter at all.
This also affect forum, topic, and reply admin-side "Parent" attribute metaboxes.
Attachments (1)
Change History (4)
comment:1
johnjamesjacoby — 6 months ago
- Milestone changed from Awaiting Review to 2.3
comment:2
johnjamesjacoby — 6 months ago
- Resolution set to fixed
- Status changed from new to closed
comment:3
johnjamesjacoby — 6 months ago
Note: See
TracTickets for help on using
tickets.
(In [4518]) Dropdown: