You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As a developer, it is limiting to have multiple dependencies forced to be an AND condition. Ideally, I want to have conditions like (A = ? and B = ?) or (C = ?)
Describe the solution you'd like
Create new addDependency functions that take multiple lists of options as parameters. One function to take AND between settings within a group and OR between groups, and another function that does OR between settings within a group and AND between groups.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As a developer, it is limiting to have multiple dependencies forced to be an AND condition. Ideally, I want to have conditions like (A = ? and B = ?) or (C = ?)
Describe the solution you'd like
Create new addDependency functions that take multiple lists of options as parameters. One function to take AND between settings within a group and OR between groups, and another function that does OR between settings within a group and AND between groups.
The text was updated successfully, but these errors were encountered: