We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The openshiftSCC injection is configured under services in api, however in the front is in global region
services
When we define the config openshift in region, the injection not work.
The current code is:
}, "openshiftSCC": apiRegion.openshiftSCC === undefined ? undefined : { "scc": apiRegion.openshiftSCC.scc, "enabled": apiRegion.openshiftSCC.enabled } })
I think this changes fix the issue:
}, "openshiftSCC": apiRegion.services.openshiftSCC === undefined ? undefined : { "scc": apiRegion.services.openshiftSCC.scc, "enabled": apiRegion.services.openshiftSCC.enabled } })
The text was updated successfully, but these errors were encountered:
#845
bac93be
Hello @titigmr,
Sorry for the mistake and thanks you for reporting the issue.
I've just released a new version with the fix. It should be available to use in about 15 minutes.
Best
Sorry, something went wrong.
fab1518
cd3a2ab
No branches or pull requests
The openshiftSCC injection is configured under
services
in api, however in the front is in global regionWhen we define the config openshift in region, the injection not work.
The current code is:
I think this changes fix the issue:
The text was updated successfully, but these errors were encountered: