-
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
UI changes to use the renamed product features from core #22971 #9142
UI changes to use the renamed product features from core #22971 #9142
Conversation
@@ -1892,7 +1892,8 @@ def controller_for_common_methods | |||
"embedded_configuration_script_payload" | |||
when "workflow_repository" | |||
"ansible_repository" | |||
# TODO: Update manageiq/db/fixtures/miq_product_features.yml by replacing ansible_credential_tag with embedded_automation_manager_credential_tag | |||
# DONE: Update manageiq/db/fixtures/miq_product_features.yml by replacing ansible_credential_tag with embedded_automation_manager_credential_tag | |||
# TODO: This is now done, can we fix this case statement? |
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.
@GilbertCherrie not sure if we can fix this case statement now that we rename this. It was added in 1cc6e74 and treats workflows like ansible repositories..
5e08341
to
089b404
Compare
# "embedded_automation_manager_credential" | ||
when "workflow_credential" | ||
"ansible_credential" | ||
when "workflow_repository", "ansible_repository" |
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 added ansible_repository
to match the pattern we have in the next when
:
when "workflow_credential", "ansible_credential"
It didn't exist here before. Feel free to drop it.
2f85e13
to
859f921
Compare
859f921
to
c19142b
Compare
c19142b
to
0c22315
Compare
55b4b57
to
2cc2c07
Compare
Checked commits jrafanie/manageiq-ui-classic@94fcf9b~...2cc2c07 with ruby 2.7.8, rubocop 1.56.3, haml-lint 0.51.0, and yamllint app/presenters/menu/default_menu.rb
|
Okay with the core PR merged spec:routes passes locally for me |
Related to: ManageIQ/manageiq#22971
Merge together: