Hide Forgot
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:
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