-
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
Startpage url changes to go with non-explorer verison of CB Assignments #20192
Startpage url changes to go with non-explorer verison of CB Assignments #20192
Conversation
db/fixtures/miq_shortcuts.yml
Outdated
@@ -26,7 +26,7 @@ | |||
:startup: true | |||
- :name: chargeback_assignments | |||
:description: Overview / Chargeback / Assignments | |||
:url: /chargeback_assignments/explorer | |||
:url: /chargeback_assignments/index |
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.
You don't need index, just remove the last /
and everything after and it should work.
21870b0
to
f32ebc5
Compare
f32ebc5
to
d97ed24
Compare
@@ -26,7 +26,7 @@ | |||
:startup: true | |||
- :name: chargeback_assignments | |||
:description: Overview / Chargeback / Assignments | |||
:url: /chargeback_assignments/explorer | |||
:url: /chargeback_assignment |
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.
Wait, why are we going to singular here?
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.
plural was a typo, it should have been a singular.
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.
Checked commit h-kataria@d97ed24 with ruby 2.5.7, rubocop 0.69.0, haml-lint 0.28.0, and yamllint |
…page_update Startpage url changes to go with non-explorer verison of CB Assignments (cherry picked from commit 64e4d4c)
Jansa backport details:
|
UI PR ManageIQ/manageiq-ui-classic#7049