Make WordPress Core

Opened 6 years ago

Closed 5 years ago

Last modified 5 years ago

#48468 closed defect (bug) (duplicate)

Media library grid view has no results with particular taxonomy slug

Reported by: mightyturtle's profile mightyturtle 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:

  1. Apply the "type" taxonomy to the attachment post type.
  2. Apply a type term to an attachment.
  3. Click on the taxonomy page for "type" in the media admin submenu.
  4. Click on the number next to the term, which links to a view of media library items.
  5. List mode reveals media items correctly.
  6. Select grid mode.
  7. Message displayed is "No media files found."
  8. 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)

#1 in reply to: ↑ description @SergeyBiryukov
6 years ago

  • Component changed from Administration to Taxonomy
  • Keywords close reporter-feedback added

Hi there, welcome to WordPress Trac! Thanks for the report.

Replying to mightyturtle:

Apply the "type" taxonomy to the attachment post type.

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?

#2 @SergeyBiryukov
5 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Closing, per comment:1.

Last edited 5 years ago by SergeyBiryukov (previous) (diff)

#3 @SergeyBiryukov
5 years ago

  • Resolution changed from wontfix to duplicate

Previously reported in #12917.

Note: See TracTickets for help on using tickets.