Problem/Motivation
You cannot configure better_exposed_filters for a view if a (non-)single node types filter exists on that view. The following error is thrown, causing the form building to fail:
Error: Call to a member function getFormId() on null in Drupal\node_singles\Plugin\views\filter\LimitBundle->valueForm()
Steps to reproduce
Add a (non-)single node types filter to a view. Install better_exposed_filters and enable it for the same view. Try to configure better_exposed_filters on this view.
Issue fork node_singles-3352156
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
dieterholvoet commented