-
Notifications
You must be signed in to change notification settings - Fork 898
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
Fix key for regexp in miq_expression.yaml #15452
Conversation
there is lot of occurencies of :regexp miq_expresion.rb and also in app/controllers/application_controller/filter/expression.rb and it fixes editing of expression with regexp in UI (report definition, filter tab) so there is typo in yaml.
Checked commit lpichler@2d56185 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This PR should fix BZ https://bugzilla.redhat.com/show_bug.cgi?id=1447374 |
Fix key for regexp in miq_expression.yaml (cherry picked from commit 1a66602) https://bugzilla.redhat.com/show_bug.cgi?id=1477702 https://bugzilla.redhat.com/show_bug.cgi?id=1477701
Made the change to Fine backport details:
|
Fix key for regexp in miq_expression.yaml (cherry picked from commit 1a66602) https://bugzilla.redhat.com/show_bug.cgi?id=1477702 https://bugzilla.redhat.com/show_bug.cgi?id=1477701
there is a lot of occurrences of
:regexp
miq_expresion.rb and also in
app/controllers/application_controller/filter/expression.rb
and it fixes to edit of expression with regexp in UI
(report definition, filter tab)
so there is the typo in yaml.
UI error:
before:
after:
@miq-bot add_label reporting, bug
@miq-bot assign @gtanzillo