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

AllOf should not read roles if one checked is already false #79

Open
damianatorrpm opened this issue Jun 3, 2020 · 0 comments
Open

Comments

@damianatorrpm
Copy link

I am using SortFilterProxyModel once again #60
but still there is an issue of the same kind.

         filters: [
                    ValueFilter
                    {
                        roleName: "role3"
                        value: true
                    },
                    ValueFilter
                    {
                        roleName: "role2"
                        value: true
                    },
                    ValueFilter
                    {
                        roleName: "role1"
                        value: true
                    }                    
                ]

No matter if it's AllOf or implicitly AllOf all roles and roleValues seem to be read.
Yet in an AllOf it should stop reading other roles if an encountered is already false

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

1 participant