#14150 closed defect (bug) (fixed)
Post filters on edit.php are not shown if a combination of them results in no posts
Reported by: | nacin | Owned by: | scribu |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | JavaScript | Keywords: | has-patch dev-feedback |
Focuses: | Cc: |
Description
If you select a month that has posts and a category that has posts, but no posts fit both filters, then all filters go away and you get the not found message.
In the case where filters are applied, you should continue to see the filters. (Bulk actions and the empty table can still be hidden.)
This was standardized in [13100] but that did not cause the usability issue here.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
The attached diff adds the filters to views with no post results. Additionally, it fixed a problem where the filters were not being implemented if JS was deactivated.