-
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
Backend enhancements for transformation plan request to better support UI #17071
Conversation
So that it does not show on the service requests screen
@miq-bot add_label transformation, enhancement |
955ef67
to
ba8d622
Compare
@bzwei Looks good. |
@@ -3,8 +3,13 @@ def self.base_model | |||
ServiceTemplateTransformationPlanTask | |||
end | |||
|
|||
def self.get_description(req_obj) |
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.
I followed the example in parent class' implementation
Checked commits bzwei/manageiq@fbfaeec~...ba8d622 with ruby 2.3.3, rubocop 0.52.0, haml-lint 0.20.0, and yamllint 1.10.0 app/models/miq_request.rb
|
Backend enhancements for transformation plan request to better support UI (cherry picked from commit b253433)
Gaprindashvili backport details:
|
Small enhancements to transformation plan request
ServiceTemplateTransformationPlanRequest
as backend only so that it does not show on the service requests screen