Bug 1741030
| Summary: | Provider documentation link points to upstream project documentation | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Niladri Roy <niroy> |
| Component: | UI - OPS | Assignee: | Milan Zázrivec <mzazrivec> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Parthvi Vala <pvala> |
| Severity: | medium | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
| Priority: | high | ||
| Version: | 5.11.0 | CC: | bmidwood, dmetzger, hkataria, kborole, lavenel, mpovolny, mzazrivec, obarenbo, pvala, simaishi, ssainkar |
| Target Milestone: | GA | Flags: | mfeifer:
mirror+
|
| Target Release: | 5.11.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.11.0.23 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-12-13 14:57:09 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | Bug | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | CFME Core | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Niladri Roy
2019-08-14 05:29:57 UTC
And Configuration Management Providers as well. New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/35cb62a6cca923fb865970cfe6208ba629be3381 commit 35cb62a6cca923fb865970cfe6208ba629be3381 Author: Milan Zazrivec <mzazrivec> AuthorDate: Thu Aug 22 05:40:13 2019 -0400 Commit: Milan Zazrivec <mzazrivec> CommitDate: Thu Aug 22 05:40:13 2019 -0400 Create docs section in settings for documentation links https://bugzilla.redhat.com/show_bug.cgi?id=1741030 app/views/automation_manager/explorer.html.haml | 2 +- app/views/ems_cloud/show_list.html.haml | 2 +- app/views/ems_container/show_list.html.haml | 2 +- app/views/ems_infra/show_list.html.haml | 2 +- app/views/ems_network/show_list.html.haml | 2 +- app/views/ems_physical_infra/show_list.html.haml | 2 +- app/views/provider_foreman/explorer.html.haml | 2 +- config/settings.yml | 8 + 8 files changed, 15 insertions(+), 7 deletions(-) New commit detected on ManageIQ/manageiq-ui-classic/ivanchuk: https://github.com/ManageIQ/manageiq-ui-classic/commit/afcf5e9c8ce54ca4a7feee15ff2f6b248a64907c commit afcf5e9c8ce54ca4a7feee15ff2f6b248a64907c Author: Martin Hradil <mhradil> AuthorDate: Thu Aug 22 07:42:58 2019 -0400 Commit: Martin Hradil <mhradil> CommitDate: Thu Aug 22 07:42:58 2019 -0400 Merge pull request #6077 from mzazrivec/create_docs_section_in_settings_for_documentation_links Create docs section in settings for documentation links (cherry picked from commit dd276246da02adec0f69f4517b0ad899591d3a50) https://bugzilla.redhat.com/show_bug.cgi?id=1741030 app/views/automation_manager/explorer.html.haml | 2 +- app/views/ems_cloud/show_list.html.haml | 2 +- app/views/ems_container/show_list.html.haml | 2 +- app/views/ems_infra/show_list.html.haml | 2 +- app/views/ems_network/show_list.html.haml | 2 +- app/views/ems_physical_infra/show_list.html.haml | 2 +- app/views/provider_foreman/explorer.html.haml | 2 +- config/settings.yml | 8 + 8 files changed, 15 insertions(+), 7 deletions(-) Tested it on 5.11.0.23.20190904213640_d113674. Currently, the links point to CF-5.0 and not CF-5.0-beta. I'm assuming that was intentional. The links do not work currently, but I guess they will work once we have the doc ready. Marking the BZ as Verified. |