-
Notifications
You must be signed in to change notification settings - Fork 356
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
Using class that includes both Job and Workflow templates #6146
Using class that includes both Job and Workflow templates #6146
Conversation
Fixed class name that was changed in ManageIQ#5925, previously made change was excluding Workflow Templates in UI. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1747589
Checked commit h-kataria@89f9ab2 with ruby 2.4.6, rubocop 0.69.0, 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.
Looks good to me. As stated in the BZ (want to include it here for reference) we want the parent class for ConfigurationWorkflow
and ConfigurationScript
for the External Automation Manager which leads us to ManageIQ::Providers::ExternalAutomationManager::ConfigurationScript
ManageIQ::Providers::AutomationManager::ConfigurationScript
ManageIQ::Providers::EmbeddedAutomationManager::ConfigurationScript
ManageIQ::Providers::EmbeddedAnsible::AutomationManager::ConfigurationWorkflow
ManageIQ::Providers::EmbeddedAnsible::AutomationManager::ConfigurationScript
ManageIQ::Providers::ExternalAutomationManager::ConfigurationScript
ManageIQ::Providers::AnsibleTower::AutomationManager::ConfigurationWorkflow
ManageIQ::Providers::AnsibleTower::AutomationManager::ConfigurationScript
…_templates Using class that includes both Job and Workflow templates (cherry picked from commit 35eaea4) https://bugzilla.redhat.com/show_bug.cgi?id=1747589
Ivanchuk backport details:
|
@h-kataria can we get screenshots? |
Fixed class name that was changed in #5925, previously made change was excluding Workflow Templates in UI.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1747589
@tinaafitz pls review/verify.