You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
—
Reply to this email directly or view it on GitHub.
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?
The text was updated successfully, but these errors were encountered: