Author: jleroux
Date: Wed Apr 12 12:58:38 2017 New Revision: 1791116 URL: http://svn.apache.org/viewvc?rev=1791116&view=rev Log: Fixed: The help button or link does not show for the Birt, BI and example components (OFBIZ-9311) Pricat was also concerned. Unlike hhfacility, I see no reasons why these components would use the GlobalDecorator instead of the ApplicationDecorator (the ApplicationDecorator embeds the GlobalDecorator) OFBIZ-9312 is a duplicate of this Modified: ofbiz/ofbiz-plugins/trunk/bi/widget/BiScreens.xml ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml ofbiz/ofbiz-plugins/trunk/example/widget/example/CommonScreens.xml ofbiz/ofbiz-plugins/trunk/pricat/widget/CommonScreens.xml Modified: ofbiz/ofbiz-plugins/trunk/bi/widget/BiScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/bi/widget/BiScreens.xml?rev=1791116&r1=1791115&r2=1791116&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/bi/widget/BiScreens.xml (original) +++ ofbiz/ofbiz-plugins/trunk/bi/widget/BiScreens.xml Wed Apr 12 12:58:38 2017 @@ -35,7 +35,7 @@ under the License. <set field="applicationTitle" value="${uiLabelMap.BusinessIntelligenceApplication}" global="true"/> </actions> <widgets> - <include-screen name="GlobalDecorator" location="component://common/widget/CommonScreens.xml"/> + <include-screen name="ApplicationDecorator" location="component://commonext/widget/CommonScreens.xml"/> </widgets> </section> </screen> Modified: ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml?rev=1791116&r1=1791115&r2=1791116&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml (original) +++ ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml Wed Apr 12 12:58:38 2017 @@ -45,7 +45,7 @@ under the License. <set field="applicationTitle" value="${uiLabelMap.BirtExampleApplication}" global="true"/> </actions> <widgets> - <include-screen name="GlobalDecorator" location="component://common/widget/CommonScreens.xml"/> + <include-screen name="ApplicationDecorator" location="component://commonext/widget/CommonScreens.xml"/> </widgets> </section> </screen> Modified: ofbiz/ofbiz-plugins/trunk/example/widget/example/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/example/widget/example/CommonScreens.xml?rev=1791116&r1=1791115&r2=1791116&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/example/widget/example/CommonScreens.xml (original) +++ ofbiz/ofbiz-plugins/trunk/example/widget/example/CommonScreens.xml Wed Apr 12 12:58:38 2017 @@ -53,7 +53,7 @@ under the License. <set field="layoutSettings.javaScripts[]" value="/example/js/ExamplePushNotifications.js" global="true"/> </actions> </section> - <include-screen name="GlobalDecorator" location="component://common/widget/CommonScreens.xml"/> + <include-screen name="ApplicationDecorator" location="component://commonext/widget/CommonScreens.xml"/> </widgets> </section> </screen> Modified: ofbiz/ofbiz-plugins/trunk/pricat/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/pricat/widget/CommonScreens.xml?rev=1791116&r1=1791115&r2=1791116&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/pricat/widget/CommonScreens.xml (original) +++ ofbiz/ofbiz-plugins/trunk/pricat/widget/CommonScreens.xml Wed Apr 12 12:58:38 2017 @@ -35,7 +35,7 @@ under the License. <set field="layoutSettings.styleSheets[]" value="/pricat/includes/pricat.css" global="true"/> </actions> <widgets> - <include-screen name="GlobalDecorator" location="component://common/widget/CommonScreens.xml"/> + <include-screen name="ApplicationDecorator" location="component://commonext/widget/CommonScreens.xml"/> </widgets> </section> </screen> |
Free forum by Nabble | Edit this page |