Got a hierarchical vocabulary to expose as a filter for the relative term reference field, i knew it would have shown tids and not terms name, but that is fixable, but i have a bigger problem:
terms are showing without any relation to their parent, so that i have a flat list instead of a nested one.
I'm using better_exposed_filters but i've also tried without it and it seems not to change anything.
I've also tried to expose the normal filter and it shows the tree correctly, so it has to be a views_selective_filters related problem..
Thanks,
Da.

Comments

planctus’s picture

No one answered about this, but this bug seems to me very critical.
We are all used to change the input type of an exposed filter using the BEF module but if we do this about a hierarchical vocabulary we need to have its "nested checkboxes" option to work even for a selective filter, otherwise this will mess up everything in the user interface.
I'm still getting a flat list of options, instead, and what is worst is that the order doesn't even respect the nested weight of the terms, so that you might have children terms showing in an arbitrary position in the list.
Thanks,
Da.

hugronaphor’s picture

Assigned: Unassigned » hugronaphor

I did something like this, and I will provide a patch as soon as possible !

planctus’s picture

Cool, because i think i'm going to need this feature also in my current project... ;)

infojunkie’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This module has been deprecated in favour of https://drupal.org/project/views_selective_filters. Please test there and reopen if necessary.