- Issue created by @tbkot
We have custom filters on the "Manage members" group page and they are not forking because of the added custom submit to the exposed filter form
Replace
$form['actions']['submit']['#submit'][] = '_views_manage_members_exposed_form_submit';
with
$form['#submit'][] = '_views_manage_members_exposed_form_submit';
Active
12.1
Code (back-end)