
Reproducible:
Standard Vanilla Drupal 7.8 install
node/add/page has "Main menu" as active menu
enable hs_menu.module
refresh node/add/page -> There will be NO hierarchical select available.
change module weight to 1 and clear cache,
a hierarchical select is now available on node/add/page
fix: add install hook which sets the weight to 1
Why? Core menu modifies the form after hs_menu does, thus ondoing the changes made for hs_menu.
(patch created at Coworks)
Comment | File | Size | Author |
---|---|---|---|
menuweight.patch | 531 bytes | rv0 |
Comments
Comment #1
wim leersThanks! Committed: http://drupalcode.org/project/hierarchical_select.git/commit/6902745. I did have to make some code/doc style fixes though.