#48468 closed defect (bug) (duplicate)
Media library grid view has no results with particular taxonomy slug
| Reported by: | mightyturtle | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Taxonomy | Version: | 5.3 |
| Severity: | normal | Keywords: | close reporter-feedback |
| Cc: | Focuses: | administration |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi there, welcome to WordPress Trac! Thanks for the report.
Replying to mightyturtle:
Note that
typeis 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?