Bug 1329727

Summary: UI : Dashboard is not shown as the launch screen on logging into CFME
Product: Red Hat CloudForms Management Engine Reporter: Shveta <sshveta>
Component: UI - OPSAssignee: Dávid Halász <dhalasz>
Status: CLOSED NOTABUG QA Contact: Dave Johnson <dajohnso>
Severity: medium Docs Contact:
Priority: high    
Version: 5.6.0CC: dclarizi, hkataria, jhardy, mpovolny, obarenbo, sshveta
Target Milestone: GA   
Target Release: 5.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-25 15:26:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
start page none

Description Shveta 2016-04-22 18:21:56 UTC
Created attachment 1149871 [details]
start page

Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Under My setting the start page shows "Cloud Intel/Dashboard"
2. However on logging in , Infrastructure - Provider page is shown
3.

Actual results:


Expected results:


Additional info:
5.6.0.4-beta2.3.20160421172650_719e256

Comment 2 Shveta 2016-04-22 18:23:09 UTC
Change the start page to some other value . Still Infra - Provider page is shown

Comment 4 Dávid Halász 2016-04-25 08:30:59 UTC
Actually this is a feature implemented here:
https://github.com/ManageIQ/manageiq/blob/master/app/services/user_validation_service.rb#L74

Basically if the database is new and empty, the default page will be forced to the providers screen. Should I remove this or change it to the dashboard?