Opened 6 years ago
Last modified 6 years ago
#50444 new defect (bug)
Issue by taxonomy terms in quick edit
| Reported by: | markusfroehlich | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Taxonomy | Version: | 5.4.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | administration |
Description
When a taxonomy is registered and the paramters are:
show_ui => false
show_in_quick_edit => true
The terms in the admin post quick edit will not be filled out.
Change History (5)
#2
@
6 years ago
<?php register_taxonomy( 'weather', array('post'), array( 'labels' => array( 'name' => 'Weather', 'all_items' => 'All weather types', ), 'hierarchical' => true, 'show_ui' => false, 'show_in_nav_menus' => false, 'show_admin_column' => true, 'show_in_quick_edit' => true, 'rewrite' => false, 'public' => false, ) );
This ticket was mentioned in Slack in #core by xhtmlpoint. View the logs.
6 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)


Can you please show me the screenshot of your admin panel?
Thanks,
Arpit G Shah