Closed (fixed)
Project:
Adminimal Administration Menu
Version:
7.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
3 Mar 2016 at 16:47 UTC
Updated:
16 Jan 2018 at 04:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
afschComment #4
afschComment #5
afschComment #7
energee commentedComment #9
achtonI don't think the commit attributed to this issue is correct: http://cgit.drupalcode.org/adminimal_admin_menu/commit/?id=22bca0a1025be...
It does not contain anything remotely similar to the patch in this issue. @ANDITKO, can you check again what is going on here?
Comment #10
kyletaylored commentedThough pointed out in #9 that the patch here wasn't actually committed in the listed commit, the patch did in fact make it in, but there's still a bug.
The problem is that even though the default should be "don't add jQuery until we need it", you have to first enable a variable to create it, and then disable it to return false. This means that on a fresh install of Adminimal Admin Menu, you will always have jQuery added twice unless you enable and disable the jQuery setting.
Comment #11
samvel commentedProblem still not fixed, when varaibles
enabled. And they still enabled by default. It looks like they disabled by default, but it's bug, patch to fix it #2513970-7: Don't use the string 'TRUE' as a boolean
Comment #12
kyletaylored commented