Skip to content

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

@damianatorrpm

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

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