Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I do hard refresh but everything what i see is that hierarchical select don't puts on its own row.
But i want to use default select instead hierarchical select.
Maybe you write ma г name of function that made a hook to change select to hierarchical? And i'l try to correct this myself?
You'll have to remove the if-blocks in modules/taxonomy.inc and modules/content_taxonomy.inc that start with this line: if ($form_id == 'views_filters') {
Comments
Comment #1
wim leersCurrently that's not yet supported. You can temporarily work around that by making the views.js file empty.
Comment #2
Eugene Fidelin commentedI make the views.js file empty, but it didn't work!
It is very important feature for me - can anyone help me with this!
Comment #3
wim leersDo a hard refresh in your browser: CTRL+R (or command+R if you're on a mac).
Comment #4
Eugene Fidelin commentedI do hard refresh but everything what i see is that hierarchical select don't puts on its own row.
But i want to use default select instead hierarchical select.
Maybe you write ma г name of function that made a hook to change select to hierarchical? And i'l try to correct this myself?
Comment #5
wim leersYou're right, sorry.
You'll have to remove the if-blocks in modules/taxonomy.inc and modules/content_taxonomy.inc that start with this line:
if ($form_id == 'views_filters') {And then it'll be gone.
Comment #6
Eugene Fidelin commentedComment #7
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.