In some cases user add own menu items in taxonomy menu synced menus.

If however those menu items are children of a taxonomy term, deleting the term leads to deletion of all custom children menu items.
Administrators of drupal would expect that the menu items would fall out of the parent and stay on level higher. This is standard Drupal behaviour.

Recursive deletion leads to potential data loss and much manual work to redo...
We should either stop deleting a menu item if custom children are present or we should make them detach to the top level instead of delete.

Comments

hles’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Component: Sync or Update Issues » Sync
Priority: Normal » Major

Interesting. Promoting to major and moving to 7.x-2.x.

hles’s picture

Cannot reproduce on 2.x, result is the expected one, moving back to 1.x.

hles’s picture

Version: 7.x-2.x-dev » 7.x-1.x-dev
hles’s picture

Status: Active » Postponed (maintainer needs more info)

Let's check if someone can reproduce this on a newer 1.x version, because it's been more than a year since this issue has been posted.

rooby’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closing due to lack of activity.

Please reopen if you are still having this problem.