Closed (fixed)
Project:
Administration menu
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2012 at 23:59 UTC
Updated:
31 May 2012 at 19:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
sunYes, I think we should do that as a module update, both for 6.x-3.x and 7.x-3.x.
Since 6.x-1.x manually copied/cloned all links into the menu_name = 'admin_menu' and there was no way to customize those links, it's also guaranteed that we're not deleting any custom user data.
This partially duplicates #1216714: Many bogus top-level links (especially after upgrading from Drupal 6), but not completely, so let's do the module update here.
Comment #2
sunCommitted attached patch to 7.x-3.x.
Needs to be correctly backported into a different update function to 6.x-3.x.
Comment #3
sunHm. This is odd. Are you sure that you ran update.php after upgrading from 1.x to 3.x?
http://drupalcode.org/project/admin_menu.git/blob/refs/heads/6.x-3.x:/ad... already contains a module update that removes all of those previous links.
Comment #4
sunGiven that, I'm fairly sure that you merely forgot to run update.php. ;)