Closed (works as designed)
Project:
Administration menu
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2012 at 01:32 UTC
Updated:
14 May 2012 at 07:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
tancPatch attached. Also some minor style cleanup.
Comment #2
tancI've tracked down the issue to Admin module breaking Drupal.ajax. I think my patch can probably be ignored.
Comment #3
tirdadc commentedAlright, closing this since it's not tied to boxes specifically.
Comment #4
open social commentedOkay.. but this is an administration menu issue,.
I searched the issue queue but could not find anything.
The problem for me is like this:
Admin_menu enabled. Boxes and views enabled.
Loading the pages gives a drupal.ajax not found error.
boxes breaks at: Drupal.ajax.prototype.commands['getBlock'] = function(ajax, response, status) {
views breaks at: Error: Drupal.ajax is undefined
Source File: http://edv.local/sites/all/modules/contrib/views/js/ajax_view.js?m2xfuj
Line: 118
With no admin_menu it works fine.
Comment #5
open social commentedFound a fix for this.. it seems it is more a drupal issue or module specific.
When using something like this the misc js is loaded before the boxes/admin_menu module. Then things seem to be fine
Comment #6
farald commentedThe fix in #5 also works where other modules are causing the error, in my case Views Quicksand.