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)

CommentFileSizeAuthor
menuweight.patch531 bytesrv0

Comments

wim leers’s picture

Status: Needs review » Fixed

Thanks! Committed: http://drupalcode.org/project/hierarchical_select.git/commit/6902745. I did have to make some code/doc style fixes though.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.