Einav Cohen has submitted this change and it was merged.
Change subject: webadmin,userportal: Update URL of DocumentationPath CSV files
......................................................................
webadmin,userportal: Update URL of DocumentationPath CSV files
This patch updates the URL of DocumentationPath CSV files, containing
dialog-to-documentation mappings used with context-sensitive help feature.
Before this patch, CSV files were fetched from following locations:
(assuming that vdc_options table declares 'DocsURL' with value 'docs')
* WebAdmin
http://<server-name>/docs/en-US/DocumentationPath.csv
* UserPortal
http://<server-name>/docs/en-US/UserPortalDocumentationPath.csv
After this patch, CSV files are fetched from following locations:
* WebAdmin
http://<server-name>/docs/DocumentationPath.csv
* UserPortal
http://<server-name>/docs/UserPortalDocumentationPath.csv
This has no impact on actual locale-specific HTML documentation URLs,
e.g. http://<server-name>/docs/en-US/html/path/to/dialog/guide.html
This patch also adds some Javadoc for better clarity.
Change-Id: Ia649d860ebed35e2784bdeb183d49c5368c6f718
Signed-off-by: Vojtech Szocs <vszocs(a)redhat.com>
---
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/Configurator.java
1 file changed, 17 insertions(+), 4 deletions(-)
Approvals:
Einav Cohen: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/6678
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia649d860ebed35e2784bdeb183d49c5368c6f718
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vojtech Szocs <vszocs(a)redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkaplan(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vszocs(a)redhat.com>