Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IsActiveTeamMemberInputFilter is instanciated twice, wrong default highlighting #3

Open
juergmessmer opened this issue Mar 18, 2015 · 2 comments
Assignees

Comments

@juergmessmer
Copy link
Member

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?

@sabberworm
Copy link
Member

Could one time be on the detail, the other on the list filter?

On 18.03.2015, at 13:55, Jürg Messmer [email protected] wrote:

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.

@juergmessmer
Copy link
Member Author

No, it's just a filter for the team member list and only used there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants