-
Notifications
You must be signed in to change notification settings - Fork 356
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
Missing react component: expression editor #6835
Comments
API changes in ManageIQ/manageiq-api#712 (we won't be doing autocomplete for now, but it seems we can use the proposed API to populate all the field choices) |
The new component should also support accessibility, added it to the list of tasks there. |
@GilbertCherrie and i had a discussion with @Fryguy on this issue, some points from discussion:
@Fryguy If i miss adding anything, feel free to add more here. |
Opened api issue for this ManageIQ/manageiq-api#1044. |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation. |
Expression editor, rendered from the
layouts/exp_editor
partial (app/views/layouts/_exp_editor.html.haml
).Found in:
app/controllers/application_controller/filter.rb
exp_button
/exp_token_pressed
rerenderapp/views/miq_ae_class/_method_form.html.haml:69
app/views/layouts/_filter_expression.html.haml:16
app/views/layouts/_adv_search_body.html.haml:17
app/views/report/_form_filter.html.haml:18,33
app/views/miq_policy/_alert_details.html.haml:156
app/views/miq_policy/_form_scope.html.haml:4
app/views/miq_policy/_form_expression.html.haml:10
app/views/miq_policy/_policy_details.html.haml:63
the views above not only include exp_editor but often also render a part of the view.
Configuration >> Access Control; Groups / Configuration / Add a new group #6905
Automation > Automate > Customization >> Buttons; Add/Edit Button/ButtonGroup #6910
Control > Explorer >> Policies; Add/Edit #6913
Contro > Explorer >> Conditions; Add/Edit #6914
Per column operators:
MiqExpression.get_col_operators
,MiqExpression.model_details
selections in UI
ExpAtomHelper
,The text was updated successfully, but these errors were encountered: