Bug 1336526
Summary: | Link to Documentation from the Help dropdowns is hard coded | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Robb Hamilton <rhamilto> |
Component: | Management Console | Assignee: | Robb Hamilton <rhamilto> |
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.2.0 | CC: | adellape, aos-bugs, bmchugh, jforrest, jlucky, jokerman, mmccomas |
Target Milestone: | --- | ||
Target Release: | 3.2.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
The Documentation link in the "?" drop-down menu was hard-coded instead of using the method described in https://docs.openshift.com/enterprise/latest/install_config/web_console_customization.html#changing-links-to-documentation. This bug fix updates the web console, and now this link can be customized as expected.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2016-06-27 15:07:15 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: | |
Embargoed: |
Description
Robb Hamilton
2016-05-16 17:49:40 UTC
PR to fix: https://github.com/openshift/ose/pull/228 *** Bug 1342144 has been marked as a duplicate of this bug. *** *** Bug 1342580 has been marked as a duplicate of this bug. *** Checked against openshift v3.2.1.1-1-g33fa4ea kubernetes v1.2.0-36-g4a3f9c5 etcd 2.2.5 Here is my verification steps: 1. cat help-links.js window.OPENSHIFT_CONSTANTS.HELP['get_started_cli'] = "https://example.com/doc1.html"; window.OPENSHIFT_CONSTANTS.HELP['default'] = "https://example.com/doc2.html"; 2. Edit /etc/origin/master/master-config.yaml adding extensionScripts section under assetConfig assetConfig: extensionScripts: - /path/to/help-links.js 3. Restart atomic-openshift-master service # systemctl restart atomic-openshift-master 4. Login to web console Documentation links on these pages(console/about page;help info on /console page when there is no project; help dropdown menu) is pointing to https://example.com/doc2.html It could be customized rather than hard coded, so move to VERIFIED 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/RHBA-2016:1343 |