Opened 9 years ago
Closed 9 years ago
#32996 closed defect (bug) (fixed)
List tables: Provide a fallback when primary column doesn't exist
Reported by: | ocean90 | Owned by: | helen |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | Posts, Post Types | Keywords: | has-patch |
Focuses: | Cc: |
Description
If you have a CPT and change the column names so that you don't have a title
column anymore you currently get an empty table in responsive views.
WP_List_Table::get_primary_column_name()
should fall back to WP_List_Table::get_default_primary_column_name()
if the default column doesn't exist.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 33266: