Opened 7 months ago
Last modified 6 months ago
#60861 assigned defect (bug)
Issue with Parent Term Selection on wp-admin/edit-tags.php Screen
Reported by: | dextorlobo | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 6.4.3 |
Component: | Taxonomy | Keywords: | has-patch |
Focuses: | javascript | Cc: |
Description
Description:
Currently, on the "wp-admin/edit-tags.php" screen, when we input a new term with a parent term using the select dropdown, upon submission, all fields are reset except for the parent term dropdown. This may lead to unintended assignment of the parent term and create potential issues when adding new terms.
Steps to reproduce
- Login to wordPress dashboard
- Go to Posts > Categories
- Enter term name, slug, description and select parent
- Click on "Add New Category"
- Upon successful submission, all the fields ( name, slug, and description ) are reset, except the "Parent Category" dropdown.
Attachments (1)
Change History (5)
This ticket was mentioned in Slack in #core-js by swapnilghone9. View the logs.
7 months ago
This ticket was mentioned in PR #6333 on WordPress/wordpress-develop by @dextorlobo.
7 months ago
#3
- Keywords has-patch added; needs-patch removed
Currently, on the "wp-admin/edit-tags.php" screen, when we input a new term with a parent term using the select dropdown, upon submission, all fields are reset except for the parent term dropdown. This may lead to unintended assignment of the parent term and create potential issues when adding new terms.
Steps to reproduce
- Login to wordPress dashboard
- Go to Posts > Categories
- Enter term name, slug, description and select parent
- Click on "Add New Category"
- Upon successful submission, all the fields ( name, slug, and description ) are reset, except the "Parent Category" dropdown.
Trac ticket: 60861
Parent Category Issue