This is an automated email from the ASF dual-hosted git repository. holivier pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 874e2dd Fixed: online help links don't get where they should (OFBIZ-12328) 874e2dd is described below commit 874e2dd03c5d55205d2b230107662e2bd4e61812 Author: holivier <holiv...@apache.org> AuthorDate: Tue Sep 28 20:54:13 2021 +0200 Fixed: online help links don't get where they should (OFBIZ-12328) Correction for content and accounting AR & AP --- applications/accounting/widget/ap/CommonScreens.xml | 2 +- applications/accounting/widget/ar/CommonScreens.xml | 2 +- applications/content/widget/CommonScreens.xml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/applications/accounting/widget/ap/CommonScreens.xml b/applications/accounting/widget/ap/CommonScreens.xml index 0e1561c..eff29ff 100644 --- a/applications/accounting/widget/ap/CommonScreens.xml +++ b/applications/accounting/widget/ap/CommonScreens.xml @@ -30,7 +30,7 @@ under the License. <set field="applicationMenuName" value="ApAppBar" global="true"/> <set field="applicationMenuLocation" value="component://accounting/widget/ap/ApMenus.xml" global="true"/> <set field="applicationTitle" from-field="uiLabelMap.AccountingApManagerApplication" global="true"/> - <set field="helpAnchor" from-field="helpAnchor" default-value="_accounting"/> + <set field="helpAnchor" from-field="helpAnchor" default-value="_accounting_glossary"/> <set field="invoiceMenuLocation" value="component://accounting/widget/ap/ApInvoiceMenus.xml" global="true"/> </actions> <widgets> diff --git a/applications/accounting/widget/ar/CommonScreens.xml b/applications/accounting/widget/ar/CommonScreens.xml index 7e2a552..3273b30 100644 --- a/applications/accounting/widget/ar/CommonScreens.xml +++ b/applications/accounting/widget/ar/CommonScreens.xml @@ -33,7 +33,7 @@ under the License. <set field="applicationMenuName" value="ArAppBar" global="true"/> <set field="applicationMenuLocation" value="component://accounting/widget/ar/ArMenus.xml" global="true"/> <set field="applicationTitle" from-field="uiLabelMap.AccountingArManagerApplication" global="true"/> - <set field="helpAnchor" from-field="helpAnchor" default-value="_accounting"/> + <set field="helpAnchor" from-field="helpAnchor" default-value="_accounting_glossary"/> </actions> <widgets> <include-screen name="ApplicationDecorator" location="component://commonext/widget/CommonScreens.xml"/> diff --git a/applications/content/widget/CommonScreens.xml b/applications/content/widget/CommonScreens.xml index 85a91fe..54a1f4e 100644 --- a/applications/content/widget/CommonScreens.xml +++ b/applications/content/widget/CommonScreens.xml @@ -37,7 +37,7 @@ under the License. <set field="applicationMenuName" value="ContentAppBar" global="true"/> <set field="applicationMenuLocation" value="component://content/widget/content/ContentMenus.xml" global="true"/> <set field="applicationTitle" from-field="uiLabelMap.ContentContentManagerApplication"/> - <set field="helpAnchor" from-field="helpAnchor" default-value="_content_management_overview"/> + <set field="helpAnchor" from-field="helpAnchor" default-value="_content_management"/> </actions> <widgets> <include-screen name="ApplicationDecorator" location="component://commonext/widget/CommonScreens.xml"/> @@ -503,7 +503,7 @@ under the License. </widgets> </section> </screen> - + <screen name="CommonWebAnalyticsDecorator"> <section> <actions> @@ -542,5 +542,5 @@ under the License. </widgets> </section> </screen> - + </screens>