Both Hierarchical Select Content Taxonomy and Hierarchical Select Node Reference modules define 'admin/content/node-type/%/fields/%/hs_config' in hook_menu. Therefore, when both are enabled one of them has wrong settings page.
Both Hierarchical Select Content Taxonomy and Hierarchical Select Node Reference modules define 'admin/content/node-type/%/fields/%/hs_config' in hook_menu. Therefore, when both are enabled one of them has wrong settings page.
Comments
Comment #1
jrao commentedFixed by changing hook_menu path to 'admin/content/node-type/%/fields/%/hs_config_nodereference', you will probably need to clear cached data for this change to take effect.
Comment #2
TonyK commentedWorks good. Thanks!
Comment #3
jrao commentedNo problem