Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the help base url to be configured to update docs links more easily #911

Merged
merged 1 commit into from
Nov 22, 2016

Conversation

jwforres
Copy link
Member

Fixes #896

@jwforres
Copy link
Member Author

@spadgett PTAL

@jwforres
Copy link
Member Author

actually hold, this isn't doing what i need it to

@@ -192,7 +192,11 @@ angular.module('openshiftConsole')
})
.filter('helpLink', function(Constants) {
return function(type) {
return Constants.HELP[type] || Constants.HELP["default"];
var helpLink = Constants.HELP[type] || Constants.HELP["default"];
if (!URI(helpLink).is('absolute')) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is to maintain our existing customization support

@jwforres
Copy link
Member Author

@spadgett ok ready now

@spadgett
Copy link
Member

[merge]

@openshift-bot
Copy link

Evaluated for origin web console merge up to 7ed1fea

@openshift-bot
Copy link

openshift-bot commented Nov 22, 2016

Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/752/) (Base Commit: 7389ce5)

@openshift-bot openshift-bot merged commit 72e0f59 into openshift:master Nov 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants