Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2012 at 11:08 UTC
Updated:
9 May 2012 at 08:26 UTC
Create a View, defines a path and associate to menu entry, clone the display
In the cloned display, change the path and remove the menu entry.
It seems like the cloned display's menu entry is not removed (= not removable).
Comments
Comment #1
dawehnerThis problem is know for quite some time and i claim that this is a bug of drupal core.
Sadly i can't find the other already existing issue, but i'm 100% sure that there is one existing.
Comment #2
dawehnerHere i found the issue: #1029022: Menu item created in a view is not removed from the menu when removed from the view
Comment #3
drzraf commentedapparently not a dup' of this one.
Comment #4
dawehnerThen a duplicate of #1079628: Programatically added Menu link is not removed after removing the code.
Comment #5
drzraf commentedyes, that's what I meant, because #1029022 was marked itself a dup' of #1079628 and I tested the patch provided in the later (comment #11) which didn't removed the entry.
Would you want me to dump a "SELECT" of something from the menu table ?
Comment #6
drzraf commentedI finally used "reinitialize", got redirected to "/admin/structure/menu/manage/navigation" (item was in the "main-menu") but then, back in the "main-menu" the link was gone.