Skip to content

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

Description

@damianatorrpm

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions