Opened 4 months ago
Closed 4 months ago
#23199 closed defect (bug) (duplicate)
The slug is modified against user will when inserting a new term
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Taxonomy | Version: | 3.5 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Create a post tag:
*name: English
*slug: en
The tag is normally created.
Now create a category:
*name: English
*slug: english
The category is created with the slug "en" (no new term is created)
Now create a category:
*name: English
*slug: english-2
The category is correctly created with the slug "english-2" (a new term is created)
Related but somewhat different from: #5809
Change History (1)
comment:1
SergeyBiryukov — 4 months ago
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Duplicate of #21950.