#48468 closed defect (bug) (duplicate)
Media library grid view has no results with particular taxonomy slug
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.3 |
Component: | Taxonomy | Keywords: | close reporter-feedback |
Focuses: | administration | Cc: |
Description
Hello,
This bug results in no media items being found in the media library admin under certain circumstances:
- Apply the "type" taxonomy to the attachment post type.
- Apply a type term to an attachment.
- Click on the taxonomy page for "type" in the media admin submenu.
- Click on the number next to the term, which links to a view of media library items.
- List mode reveals media items correctly.
- Select grid mode.
- Message displayed is "No media files found."
- Inspect the AJAX request that is supposed to retrieve media items for the view. The query is erroneously picking up the "type" taxonomy as "post_mime_type".
Change History (3)
Note: See
TracTickets for help on using
tickets.
Hi there, welcome to WordPress Trac! Thanks for the report.
Replying to mightyturtle:
Note that
type
is one of the reserved terms in WordPress and should not be used as a taxonomy name. Does the issue still happen with a different taxonomy name?