If admin/team_members list is called the is_active_team_member input filter is by default set to false and all team members are displayed.
The query is done correctly but the checkbox is checked. Trying to debug shows that the input filter is instanciated twice. The first time correctly with default value "false", the second time with "true".
How to fix this?