Description of problem: Few options are missing from the `Show at Login` drop-down of Visual tab on My Settings page after UI refactor of 5.11. Version-Release number of selected component (if applicable): 5.11 How reproducible: Always Steps to Reproduce: 1. Navigate to My Settings > Visual(tab) > Start Page(section) 2. Observe the options in the `Show at Login` drop-down. Actual results: These 4 options are missing - Cloud Intel > Utilization Migration > Migration Plans Migration > Infrastructure Mappings Migration > Migration Settings Expected results: All navigatable pages must be given in the dropdown list. Additional info: Related BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1656722
This ticket has started with a prior one, already Verified at the time: https://bugzilla.redhat.com/show_bug.cgi?id=1656722 Above link also specifies another menu addition, rather a move from a now deprecated Optimize menu, and is being addressed here. It now allows a selection of Cloud Intelligence => Utilization menu as a Start At display at Login, in My Settings Visuals tab. The Migration menu issue, as described in the ticket, is part of a v2v gem definition and as gem requires v2v fix.
https://github.com/ManageIQ/manageiq/pull/18970
After I discussed this with @mzazrivec, he found a solution and is working on a PR to fix it. I'll update the BZ when it's merged.
https://github.com/ManageIQ/manageiq/pull/18992
The PR is merged, this should now be fixed in master.
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/53e764f70a9f3d8d743d54da0a3e4d49a8bdd071 commit 53e764f70a9f3d8d743d54da0a3e4d49a8bdd071 Author: Milan Zazrivec <mzazrivec> AuthorDate: Wed Jul 17 05:50:48 2019 -0400 Commit: Milan Zazrivec <mzazrivec> CommitDate: Wed Jul 17 05:50:48 2019 -0400 Add missing shortcuts for v2v pages https://bugzilla.redhat.com/show_bug.cgi?id=1729136 db/fixtures/miq_shortcuts.yml | 15 + 1 file changed, 15 insertions(+)
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/ab57e586c32afabceba34c87e4c38db3c5722563 commit ab57e586c32afabceba34c87e4c38db3c5722563 Author: Greg Piatigorski <gpiatigo> AuthorDate: Fri Jul 12 18:10:00 2019 -0400 Commit: Greg Piatigorski <gpiatigo> CommitDate: Fri Jul 12 18:10:00 2019 -0400 Add Utilization MiqShortcut for StartAt dropdown selection/setting https://bugzilla.redhat.com/show_bug.cgi?id=1729136 db/fixtures/miq_shortcuts.yml | 5 + 1 file changed, 5 insertions(+)
All the missing options were added, but I still see new options missing from the list. Options such as - Migration / Migration Analytics Red Hat Cloud / Services Red Hat Cloud / Providers Cloud Intel / Utilization - this should be Overview / Utilization Can you add one more commit to this BZ fixing this issue?
Migration Analytics is being disabled for now since it depends on some ongoing backend development, but I'm making a note of this BZ in https://github.com/RedHatCloudForms/cfme-migration_analytics/issues/5 so we remember to add it there when that menu entry is re-enabled. As for the other three entries in @Parthvi's message, who should make that PR?
Resetting the BZ to ON_DEV to refactor and add new additions and menu definitions above.
Adding another PR for the 3 entires above.
https://github.com/ManageIQ/manageiq/pull/19062
Overview Utilization menu fix has been applied. Red Hat Cloud is a gem, and menu changes requested will be applied shortcuts are made pluggable (discussion and resolution are on-going).
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/e3079f19b34005b077ecb13b9f2815be52746be4 commit e3079f19b34005b077ecb13b9f2815be52746be4 Author: Greg Piatigorski <gpiatigo> AuthorDate: Thu Jul 25 17:08:00 2019 -0400 Commit: Greg Piatigorski <gpiatigo> CommitDate: Thu Jul 25 17:08:00 2019 -0400 Add Red hat Cloud menus and refactor Utilization menu text https://bugzilla.redhat.com/show_bug.cgi?id=1729136 db/fixtures/miq_shortcuts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commit detected on ManageIQ/manageiq/ivanchuk: https://github.com/ManageIQ/manageiq/commit/c19e03774a708991f520945b8ebe4996ef9f3ce1 commit c19e03774a708991f520945b8ebe4996ef9f3ce1 Author: Harpreet Kataria <hkataria> AuthorDate: Thu Aug 1 15:18:24 2019 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Thu Aug 1 15:18:24 2019 -0400 Merge pull request #19062 from GregP/add_red_hat_cloud_menus Refactor Overview Utilization menu text (cherry picked from commit 499cb1489a2f12b5b6636e5fb024af99cce5d2eb) https://bugzilla.redhat.com/show_bug.cgi?id=1729136 db/fixtures/miq_shortcuts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
FIXED. Verified in 5.11.0.18.20190806180636_1dd6378. Thanks for working on it Greg :)