Closed (won't fix)
Project:
Better Exposed Filters
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2017 at 13:59 UTC
Updated:
15 Sep 2020 at 19:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
candelas commentedComment #3
candelas commentedFor testing
Comment #4
kettultim commentedJust run into this as well - any word on a fix yet?
Comment #5
Martin. commentedI am experiencing this with 8.x-3.0-alpha2
Comment #6
tobiberlinAnother issue I found with Better Exposed Filters is that "Nested checkboxes/ radiobuttons" was not selectable for taxonomy term referencing fields. So I adjusted the patch above a little bit.
Comment #7
classiccut commentedIt seems like the preceding elseif condition that checks if the filter is an instance of SearchApiViewsHandlerFilter would pass and thus never get to the condition that checks if the filter is an instance of SearchApiViewsHandlerFilterTaxonomyTerm. I've modified the patch to rearrange the conditions. I posted an updated patch.
Comment #8
surgeonbor commentedRather than patching the module, you could implement hook_views_plugins_alter() like so...
In that custom plugin, copy the unpatched better_exposed_filters_exposed_form_plugin, and then add the code from the patch.
In addition to taxonomy terms, I had the same issue with the User Badges module, and I didn't want to hack BEF for that.
Having typed that out... it does make sense for BEF to better support taxonomy terms. But just FYI for anyone who wants to adapt this to other unsupported entities.
Comment #9
neslee canil pintoHi, there will be no more future development for 7.x branch. If you see this issue in 8.x, feel free to file an issue. Closing this as Closed(wont fix).