-
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
Skip tags without classification in assigments #17883
Skip tags without classification in assigments #17883
Conversation
Checked commits lpichler/manageiq@18db19b~...b461b65 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
this bug occurred probably after https://bugzilla.redhat.com/show_bug.cgi?id=1612889 |
@lpichler Cannot apply the following label because they are not recognized: gapridanshvili/yes |
@miq-bot add_label gaprindashvili/yes |
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 👍
@lpichler |
@simaishi I will create the PR for G branch, thanks! |
Backported to Gaprindashvili via #18096 |
Not sure how this could be possible but I found it in customer's DB when I came to the
CI -> Chargeback Assigments
it was causing issue here because
ChargebackRate.get_assignments("Compute")
was returning:[[Classification object, "vm"], [nil, "vm"], ...]
and the such second element is causing bug in UI.@miq-bot assign @gtanzillo
@miq-bot add_label chargeback, bug