Example: page display with path /all-events was used as Normal menu entry in Main menu.

Other content nodes used this Menu item as a parent Menu item

When the page display path was changed to /events the content nodes reverted to have a parent Menu item of losing the connection to the page display URL

Comments

dawehner’s picture

Status: Active » Fixed

There is no way to fix it.

Views just implements hook_menu to create it's menu paths.

On the node itself the menu link of the node is saved. There the parent id is stored. This means that the parent id of a changed path changes. So it's basically impossible to fix. So better take sure to plan why ou do.

You might be able to bulk update all nodes.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.