- Issue created by @prudloff
better_exposed_filters provides a widget that combines sort by and sort order into the same select.
The no_sort option from configurable_views_filter_block does not hide it.
Install better_exposed_filters and used as exposed form style on a view.
In Advanced sort options, check the Combine sort order with sort by option.
Place a configurable_views_filter_block block and check the Hide sort criteria option.
The sort widget is not hidden.
ConfigurableViewsExposedFilterBlock::applyCommonVisibilityOptions()
should look for sort_bef_combine
.
Active
1.0
Code