-
Notifications
You must be signed in to change notification settings - Fork 912
Updates for ConfigurationScript Service UI #23637
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
Updates for ConfigurationScript Service UI #23637
Conversation
| classy = find_matching_constant("ManageIQ::Providers::#{platform}") ? platform : platform.classify | ||
| vendor = find_matching_constant("ManageIQ::Providers::#{platform}") ? platform : platform.classify | ||
|
|
||
| find_matching_constant("MiqProvision#{classy}Workflow") || |
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.
NOTE I don't think this "ever" worked because e.g. MiqProvisionCloudWorkflow is an alias, so "MiqProvisionCloudWorkflow".safe_constantize&.name == "MiqProvisionCloudWorkflow" is never true.
"MiqProvisionCloudWorkflow".safe_constantize => ManageIQ::Providers::CloudManager::ProvisionWorkflow
5ba54e8 to
bd6963d
Compare
d39da64 to
923d0fa
Compare
From Pull Request: ManageIQ/manageiq#23637
55e4c55 to
7631f3e
Compare
06bbe7a to
7631f3e
Compare
7631f3e to
043b578
Compare
Updates for the UI changes needed for the updates to the Service Catalog to allow EmbeddedWorkflows for AutomationManager provisioning.
I changed the
:source_idto:src_configuration_script_idbecause the UI checks the key in a few places and source_id was too generalRelated:
Cross-Repo Tests: ManageIQ/manageiq-cross_repo-tests#1000