[wp-trac] [WordPress Trac] #30379: Creating multiple Categories with same name under 1 parent

WordPress Trac noreply at wordpress.org
Tue Nov 18 05:50:42 UTC 2014


#30379: Creating multiple Categories with same name under 1 parent
--------------------------+-------------------
 Reporter:  dd32          |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  4.1
Component:  Taxonomy      |    Version:  trunk
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-------------------
 At present this structure is allowed:
 {{{
 Parent
  - C (slug: c)
  - C++ (slug: c-parent)
 }}}
 Attempting to add another 'C' category will fail with `A term with the
 name and slug already exists with this parent.`.

 However, you can create this structure:
 {{{
 Parent
  - C (slug: c)
  - C++ (slug: c-parent)
 Parent2
  - C (slug: c-parent2)
 }}}
 and then move the term:
 {{{
 Parent
  - C (slug: c)
  - C (slug: c-parent2)
  - C++ (slug: c-parent)
 Parent2
 }}}
 without issue.

 The question that remains here, is this what is expected?

--
Ticket URL: <https://core.trac.wordpress.org/ticket/30379>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list