Closed (duplicate)
Project:
Drupal core
Version:
7.0-beta1
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2010 at 09:30 UTC
Updated:
30 Jan 2011 at 10:41 UTC
I upgraded my blog from d6 to d7 beta1, but primary link don't integrate with main menu. I changed it in Database.
UPDATE {menu_custom} SET menu_name = 'main-menu' WHERE menu_name = 'primary-links';
UPDATE {menu_links} SET menu_name = 'main-menu' WHERE menu_name = 'primary-links';
Comments
Comment #1
sapox commentedIs this already fixed in the 7.0 release?
Comment #2
montesq commentedduplicate of #1007910: D6->D7 update doesn't convert 'primary-links' menu to 'main-menu'