Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.0-alpha1
Component:
page displays
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2011 at 00:51 UTC
Updated:
6 Apr 2011 at 20:11 UTC
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
Comment #1
dawehnerThere 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.