WordPress.org

Make WordPress Core

Opened 18 months ago

Last modified 18 months ago

#19680 new defect (bug)

Navmenu incorrectly removing items

Reported by: camiloclc Owned by:
Priority: normal Milestone: Awaiting Review
Component: Menus Version: 3.3
Severity: major Keywords: navmenu
Cc:

Description

One of my menus is filled with categories. If I create a tag with the same name as a category and then remove this tag, the menu item for the category is also removed.

Example:
1 - create a category called "Example" (optionally associate some posts with it)
2 - add category to a navmenu
3 - create a tag called "Example" (optionally associate some posts with it)
4 - remove tag

Now the category "Example" is no longer in the navmenu it was added to.

Change History (3)

comment:1 nofearinc18 months ago

Same here, probably nav menu is using slugs which could lead to a conflict when using different taxonomies with the same slug same slug

comment:2 nofearinc18 months ago

Small observation (core guys would say if it is related or not).

In taxonomy.php term_id is used and in wp_term_taxonomy both categories and tags using same name are linked to the same term_id.

Edit: using t.name comparison here

Last edited 18 months ago by nofearinc (previous) (diff)

comment:3 SergeyBiryukov18 months ago

Sounds like a duplicate of #5809.

Note: See TracTickets for help on using tickets.