svn commit: r1857692 - /ofbiz/ofbiz-framework/trunk/applications/commonext/widget/ofbizsetup/SetupForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1857692 - /ofbiz/ofbiz-framework/trunk/applications/commonext/widget/ofbizsetup/SetupForms.xml

jleroux@apache.org
Author: jleroux
Date: Wed Apr 17 16:19:00 2019
New Revision: 1857692

URL: http://svn.apache.org/viewvc?rev=1857692&view=rev
Log:
Fixed: Stores can't be modified at ofbizsetup/control/updateProductStore
(OFBIZ-10930)

Same than parent issue (OFBIZ-10567) but in ofbizsetup component (which should
have been names setup BTW, I created a setup component for that in Jira)

Modified:
    ofbiz/ofbiz-framework/trunk/applications/commonext/widget/ofbizsetup/SetupForms.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/commonext/widget/ofbizsetup/SetupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/commonext/widget/ofbizsetup/SetupForms.xml?rev=1857692&r1=1857691&r2=1857692&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/commonext/widget/ofbizsetup/SetupForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/commonext/widget/ofbizsetup/SetupForms.xml Wed Apr 17 16:19:00 2019
@@ -119,7 +119,8 @@
         <field name="payToPartyId"><hidden value="${partyId}"/></field>
         <field name="partyId"><hidden value="${partyId}"/></field>
         <field name="inventoryFacilityId"><hidden value="${parameters.facilityId}"/></field>
-        <field name="visualThemeId"><hidden value="EC_DEFAULT"/></field>
+        <!-- visualThemeId must be replaced by ecomThemeId because of Entity.field names conflict. See OFBIZ-10567 -->
+        <field name="ecomThemeId" entry-name="visualThemeId"><hidden value="EC_DEFAULT"/></field>
         <field name="manualAuthIsCapture"><hidden value="N"/></field>
         <field name="prorateShipping"><hidden value="Y"/></field>
         <field name="prorateTaxes"><hidden value="Y"/></field>