Author: mbrohl
Date: Fri Sep 16 22:22:48 2016
New Revision: 1761106

URL: http://svn.apache.org/viewvc?rev=1761106&view=rev
Log:
Improved: Bi: Consistent form name.
(OFBIZ-8103)

Change all form names to upper camel case for consistency.

Thanks: Tanmay Muley for reporting and providing the patch.

Modified:
    ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml
    ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml

Modified: ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml?rev=1761106&r1=1761105&r2=1761106&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml (original)
+++ ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml Fri Sep 16 22:22:48 2016
@@ -21,7 +21,7 @@ under the License.
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
         xmlns="http://ofbiz.apache.org/Widget-Form"; 
xsi:schemaLocation="http://ofbiz.apache.org/Widget-Form 
http://ofbiz.apache.org/dtds/widget-form.xsd";>
 
-    <form name="selectStarSchema" title="" type="single" 
target="ReportBuilderSelectStarSchemaFields"
+    <form name="SelectStarSchema" title="" type="single" 
target="ReportBuilderSelectStarSchemaFields"
         header-row-style="header-row" default-table-style="basic-table">
         <actions>
             <script 
location="component://bi/groovyScripts/GetStarSchemas.groovy"/>

Modified: ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml?rev=1761106&r1=1761105&r2=1761106&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml Fri Sep 16 22:22:48 2016
@@ -49,7 +49,7 @@ under the License.
                 <decorator-screen name="main-decorator" 
location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <screenlet 
title="${uiLabelMap.BusinessIntelligenceReportBuilderSelectStarSchema}">
-                            <include-form name="selectStarSchema" 
location="component://bi/widget/BiForms.xml"/>
+                            <include-form name="SelectStarSchema" 
location="component://bi/widget/BiForms.xml"/>
                         </screenlet>
                     </decorator-section>
                 </decorator-screen>


Reply via email to