-
Notifications
You must be signed in to change notification settings - Fork 897
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
Don't JSON.parse(nil) #18172
Don't JSON.parse(nil) #18172
Conversation
@miq-bot add_label bug |
@miq-bot add_reviewer @tinaafitz |
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.
Spec please?
Otherwise 👍
@bdunne any chance you could 👀 please for me? |
Checked commit d-m-u@d588654 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.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.
👍 LGTM
@d-m-u Can this be |
@miq-bot add_label hammer/yes, gaprindashvili/yes |
Don't JSON.parse(nil) (cherry picked from commit e6bfa5e) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1645555
Hammer backport details:
|
Don't JSON.parse(nil) (cherry picked from commit e6bfa5e) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1649380
Gaprindashvili backport details:
|
Don't JSON.parse(nil) (cherry picked from commit e6bfa5e) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1649380
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1645555
If the default_value is nil in a multiselect dynamic dropdown, we run into a TypeError (no implicit conversion of nil into String).