-
Notifications
You must be signed in to change notification settings - Fork 171
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
Update customer condition rule to use element selector #3293
Update customer condition rule to use element selector #3293
Conversation
PR Summary
|
Description
Currently. the customer condition rule uses a multi-select for the purpose of selecting the users for the rule. There is an issue with this when there are a large number of users.
This PR updates the rule to make use of the element selector modal instead.
Related issues
#3291