Author: hansbak
Date: Mon Dec 29 03:08:27 2014
New Revision: 1648286

URL: http://svn.apache.org/r1648286
Log:
wrong default map name causing field conflict error, fixed

Modified:
    ofbiz/trunk/applications/content/widget/website/WebSiteForms.xml

Modified: ofbiz/trunk/applications/content/widget/website/WebSiteForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/website/WebSiteForms.xml?rev=1648286&r1=1648285&r2=1648286&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/website/WebSiteForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/website/WebSiteForms.xml Mon Dec 29 
03:08:27 2014
@@ -153,7 +153,7 @@ under the License.
             <sort-field name="deleteLink"/>
         </sort-order>
     </form>
-    <form name="CreateWebSiteContent" type="single" 
target="CreateWebSiteContent" title="" default-map-name="webSite"
+    <form name="CreateWebSiteContent" type="single" 
target="CreateWebSiteContent" title=""
         header-row-style="header-row" default-table-style="basic-table">
         <auto-fields-service service-name="createWebSiteContent"/>
         <field name="webSiteId" map-name="webSite"><display 
also-hidden="true"/></field>
@@ -291,4 +291,4 @@ under the License.
             </hyperlink>
         </field>
     </form>
-</forms>
\ No newline at end of file
+</forms>


Reply via email to