Bug 1035648

Summary: Issue link on Support page should show info from current server instead of PROD on community
Product: OpenShift Online Reporter: Tian Feng <tfeng>
Component: WebsiteAssignee: Clayton Coleman <ccoleman>
Status: CLOSED WONTFIX QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.xCC: jliggitt, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-02 18:00:42 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:

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