When trying to add the above filter to any taxonomy view, the following error shows and breaks the entire view:

... Call to undefined function _hierarchical_select_setup_js()

Is there any easy way to fix this? Really need that filter :)

Comments

pieterdc’s picture

I'm having the same error and I also want to use that filter.

function _hierarchical_select_setup_js() gets called in the views tid filter and hs_taxonomy_views.module but isn't defined anywhere.

wim leers’s picture