Description of problem: When navigating from anything under Content to QuickStart Cloud Installer->Deployments, I am immediately take to the New Deployment product selection page instead of the main deployment page that lists existing deployments. This issue is the same whether or not a deployment exists ISO Media Version: 1469293134.403192 How reproducible: 100% Steps to Reproduce: 1. Install QCI 2. Login to Satellite and navigate to Content->Red Hat Subscriptions 3. Navigate to QuickStart Cloud Installer->Deployments Actual results: You are directed to a new deployment product selection page. Expected results: You should be directed to the deployment list page Additional Info: Trying to use QuickStart Cloud Installer->Deployments while on the product selection page, the UI will redirect you to Sat page with the menu bar and no content.
Created attachment 1184384 [details] Screenshot of blank deployment page
Bastion-Katello appears to be intercepting routes using the # and wiping out everything afterwards sending the user to /r instead of /r#deployments. While they probably should not be doing so, we can enable Ember's support for html5 history to avoid the issue. Ember.Router.extend({ locationType: 'history' rootURL: '/r/' ... Rails.application.routes.draw do get 'r/*ember_route', :to => 'fusor_ui/placeholders#r' get 'r', :to => 'fusor_ui/placeholders#r' end
*** Bug 1372297 has been marked as a duplicate of this bug. ***
https://github.com/fusor/fusor/pull/1205 I've changed the URLs to use browser history, so we won't see # in the URL anymore and Katello shouldn't mess with it. We should navigate to deployments/new deployment appropriately.
Verified on QCI-1.1-RHEL-7-20160922.n.1.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2017:0335