-
Notifications
You must be signed in to change notification settings - Fork 43
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 call to transformation_log_queue #926
Conversation
Checked commit https://github.com/djberg96/manageiq-v2v/commit/1635e0d38604ee291163d56e8b2827a171414f4d with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 **
|
@djberg96 I confirm it works. The related BZs are: |
@miq-bot add_label transformation bug hammer/yes |
@djberg96 Cannot apply the following label because they are not recognized: transformation bug hammer/yes |
@miq-bot add_reviewer @fdupont-redhat |
@miq-bot add_label transformation, bug, hammer/yes |
@djberg96 'fdupont-redhat' is an invalid reviewer, ignoring... |
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.
👍
Fix call to transformation_log_queue (cherry picked from commit 2f3137c) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1686045
Hammer backport details:
|
The
ServiceTemplateTransformationPlanTask#transformation_log_queue
method takes two fixed arguments - a userid and log type - rather than a hash of options. You can see the definition here:https://github.com/ManageIQ/manageiq/blob/master/app/models/service_template_transformation_plan_task.rb#L139
I also added some comments.
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1655124
WIP for now until I can confirm that this works as expected.