Author: mbrohl
Date: Fri Sep 16 22:31:43 2016
New Revision: 1761109

URL: http://svn.apache.org/viewvc?rev=1761109&view=rev
Log:
Improved: Lucene: Consistent form name.
(OFBIZ-8106)

Change all form names to upper camel case for consistency.

Thanks: Tanmay Muley for reporting and providing the patch.

Modified:
    ofbiz/trunk/specialpurpose/lucene/widget/LuceneForms.xml
    ofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml

Modified: ofbiz/trunk/specialpurpose/lucene/widget/LuceneForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/lucene/widget/LuceneForms.xml?rev=1761109&r1=1761108&r2=1761109&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/lucene/widget/LuceneForms.xml (original)
+++ ofbiz/trunk/specialpurpose/lucene/widget/LuceneForms.xml Fri Sep 16 
22:31:43 2016
@@ -29,7 +29,7 @@ under the License.
         <field name="submitButton" title="Index Products" 
widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 
-    <form name="searchList" type="list" target="" list-name="queryResults" 
paginate-target="/AdminSearch"
+    <form name="SearchList" type="list" target="" list-name="queryResults" 
paginate-target="/AdminSearch"
           odd-row-style="alternate-row" default-table-style="basic-table 
hover-bar">
         <field name="editContent" title=" ">
             <hyperlink also-hidden="false" 
description="${uiLabelMap.CommonEdit}" target="CMSContentEdit">

Modified: ofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml?rev=1761109&r1=1761108&r2=1761109&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml Fri Sep 16 
22:31:43 2016
@@ -73,7 +73,7 @@ under the License.
                             <platform-specific>
                                 <html><html-template 
location="component://lucene/template/AdminSearch.ftl"/></html>
                             </platform-specific>
-                            <include-form name="searchList" 
location="component://lucene/widget/LuceneForms.xml"/>
+                            <include-form name="SearchList" 
location="component://lucene/widget/LuceneForms.xml"/>
                         </screenlet>
                     </decorator-section>
                 </decorator-screen>


Reply via email to