Opened 11 years ago
Closed 11 years ago
#32996 closed defect (bug) (fixed)
List tables: Provide a fallback when primary column doesn't exist
| Reported by: | ocean90 | Owned by: | helen |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.3 |
| Component: | Posts, Post Types | Version: | 4.3 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 33266: