-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
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
Labels
No labels