Bug 1035648 - Issue link on Support page should show info from current server instead of PROD on community
Summary: Issue link on Support page should show info from current server instead of PR...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Website
Version: 2.x
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Clayton Coleman
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-28 09:16 UTC by Tian Feng
Modified: 2015-05-15 01:31 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-02 18:00:42 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Tian Feng 2013-11-28 09:16:42 UTC
Description of problem:
Go to /support page and check issue info on the page. The link is showing issue info from PROD, generally says No open issue. Since we may not know whether it works when an open issue is created, so the link should point to status page on dev server instead. 

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

How reproducible:
Always

Steps to Reproduce:
1. Go to /support page
2. Check issue link on the page
3. 

Actual results:
The link is showing issue info from PROD.

Expected results:
The link should show issue info from current server.

Additional info:

Comment 1 Jordan Liggitt 2013-12-02 18:00:42 UTC
This page is like all the drupal-controlled pages... the url is embedded in the page source. There isn't a single URL that will work for the development environment and the production environment (dev env uses a different port, so a relative URL won't work).

If you want to test that page with the dev server, log into drupal as the admin and edit the script url at the bottom of the /support page to point to <DEV_ENV>/app/status/status.js


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