According to the config menu, the default value for the responsive menu is "checked." But in adminimal_menu_settings.inc, the default value is 'TRUE' (with quotes). Shouldn't it be FALSE?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kylesimmonds created an issue. See original summary.

jcisio’s picture

Priority: Normal » Major
Status: Active » Needs review
FileSize
1.66 KB

So here is the patch. Pump to major because the UI is misleading: when the variable is not set, the UI show it unchecked while it is infact checked.

Status: Needs review » Needs work

The last submitted patch, 2: 2786609-adminimal-default.patch, failed testing.

jcisio’s picture

It failed because there is no tests at all.

jstoller’s picture

Status: Needs work » Reviewed & tested by the community
kyletaylored’s picture

I found my original issue over in #2680447: Adminimal menu including duplicate jquery.min.js file, but I can't re-open that ticket and found this is actually related. I updated this patch for some typos, misspellings, and the variables were missing from the hook_uninstall function.

Tess Bakker’s picture

Status: Reviewed & tested by the community » Closed (duplicate)
Related issues: +#2513970: Don't use the string 'TRUE' as a boolean