Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
toolbar.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2009 at 11:52 UTC
Updated:
1 Dec 2009 at 02:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
davidtrainer commentedConfirmed; even after install time, disabling menu while toolbar remains enabled causes an error.
Comment #2
davidtrainer commentedComment #4
davidtrainer commentedComment #5
davidtrainer commentedComment #6
davidtrainer commentedComment #7
moshe weitzman commentedor move menu_save (and whatever it calls) to menu.inc. i thought we discussed that a while ago. recall that tha_sun was in that issue but thats not surprising :)
Comment #8
jody lynnThis was already fixed in #510368: Should toolbar depend on menu module? (for menu_custom table) but it looks like it was accidentally removed: http://drupalcode.org/viewvc/drupal/drupal/modules/toolbar/toolbar.info?...
This happened with a commit from here: http://drupal.org/node/511286#comment-2160948
Patch attached undoes that commit to toolbar.info
Comment #9
gpk commentedActually it was the patch here that removed the dependency #511286-182: D7UX: Implement customizable shortcuts.
Also does the .install file need to be listed in the .info file? It seems to get loaded anyway, hence this error.
Comment #10
David_Rothstein commentedSee #637702: Get rid of Administration Shortcuts menu - the toolbar.install file isn't supposed to be there at all.
(We actually deleted that file as part of the patch that was committed at http://drupal.org/node/511286#comment-2160402, but I guess it went unnoticed due to the large size of the patch, and no one ran "cvs remove"...?)