Bug 1644250
| Summary: | Documentation help redirection settings are half ignored on ssui | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Felix Dewaleyne <fdewaley> | |
| Component: | UI - Service | Assignee: | Oleg Barenboim <obarenbo> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Niyaz Akhtar Ansari <nansari> | |
| Severity: | medium | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> | |
| Priority: | high | |||
| Version: | 5.9.4 | CC: | akarol, awight, bmidwood, dmetzger, fdewaley, gtanzill, hkataria, jprause, jvlcek, lavenel, nansari, obarenbo, simaishi | |
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
| Target Release: | 5.10.0 | |||
| Hardware: | All | |||
| OS: | All | |||
| Whiteboard: | ||||
| Fixed In Version: | 5.10.0.28 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1655769 (view as bug list) | Environment: | ||
| Last Closed: | 2019-02-12 16:51:53 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | CFME Core | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1622587, 1655769 | |||
|
Description
Felix Dewaleyne
2018-10-30 10:05:41 UTC
I took a look into this and I was unable to find anywhere in the API responses we get any custom help links like those that exist in Classic UI. I am going to ask someone from the API team to let us know if such info is exposed in the API somewhere. Looking at our codebase, this parity between classic UI and service ui for this link has never existed. I think this should be treated as more of an enhancement than a bug. (In reply to Chris Hale from comment #4) > I took a look into this and I was unable to find anywhere in the API > responses we get any custom help links like those that exist in Classic UI. > I am going to ask someone from the API team to let us know if such info is > exposed in the API somewhere. Looking at our codebase, this parity between > classic UI and service ui for this link has never existed. I think this > should be treated as more of an enhancement than a bug. Hey Chris. The help_menu links are found in the API under settings. I'll PM you a live curl example. Moving back to SUI as the required information is currently available from the API. JoeV Chris With the example provided do you have everything you need to address this? e.g.: curl -k --user admin:<pw> https://<test_server>/api/settings/help_menu/documentation JoeV Pr was merged! New commit detected on ManageIQ/manageiq-ui-service/hammer: https://github.com/ManageIQ/manageiq-ui-service/commit/cb45ab6751447e5be57f9c06fffa0be716779d22 commit cb45ab6751447e5be57f9c06fffa0be716779d22 Author: Allen Wight <allen.b.wight> AuthorDate: Thu Nov 29 11:11:17 2018 -0500 Commit: Allen Wight <allen.b.wight> CommitDate: Thu Nov 29 11:11:17 2018 -0500 Merge pull request #1505 from chalettu/documentation BZ#1644250 - Added ability for documentation to be dynamically configured (cherry picked from commit 224193fdd8463573b3f8b3061dafda6437b38d90) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1644250 client/app/core/navigation/navigation-controller.js | 9 + client/app/layouts/application.html | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) Verified in Version 5.10.0.29.20181211195209_fd990a9 |