Bug 1353546 - Relationship links do not work within an OSE project
Summary: Relationship links do not work within an OSE project
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Providers
Version: 5.6.0
Hardware: All
OS: All
medium
medium
Target Milestone: GA
: 5.7.0
Assignee: Erez Freiberger
QA Contact: Gilad Shefer
URL:
Whiteboard: container
Depends On:
Blocks: 1356624
TreeView+ depends on / blocked
 
Reported: 2016-07-07 12:20 UTC by Jon Jozwiak
Modified: 2018-06-06 11:39 UTC (History)
10 users (show)

Fixed In Version: 5.7.0.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1356624 (view as bug list)
Environment:
Last Closed: 2017-01-11 19:56:41 UTC
Category: ---
Cloudforms Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jon Jozwiak 2016-07-07 12:20:30 UTC
Description of problem:
If you go to an OpenShift project and click Relationships, none of the links work properly 

Version-Release number of selected component (if applicable):
CF 4.1 (CFME 5.6) GA

How reproducible:
Every time 

Steps to Reproduce:
1. In CF UI, click Compute -> Container -> Projects
2. Select a project
3. Click the Relationships Accordion 
4. Click any of the links (such as container provider, routes, services, etc)

Actual results:
If you click 'container provider' you get an error page: 
    The page you were looking for doesn't exist.  
    You may have mistyped the address or the page may have moved. 

This is because it sends you to https://<cfme host>/ems_container/show/<provider id>.  
If you go to Compute -> Container -> Providers -> Click provider, it will send you to:
https://<cfme host>/ems_container/<provider id>
  It appears /show/ is incorrect.  

If you click on any links (routes, services, etc) other than container provider it redirects you to projects: 
https://<cfme host>/container_project/show_list


Expected results:
These links should redirect you to the appropriate pages

Additional info:

Comment 2 Erez Freiberger 2016-07-10 16:36:57 UTC
On master I could only reproduce the bug with the container provider link. The links to the other entities are working well for me. Here is a fix for the provider link (Which is reproduced in the relationships of all the container entities):

https://github.com/ManageIQ/manageiq/pull/9714


Note You need to log in before you can comment on or make changes to this bug.