Author: swapnilmmane
Date: Thu Feb 7 04:18:40 2019
New Revision: 1853109
URL:
http://svn.apache.org/viewvc?rev=1853109&view=revLog:
Improved: Made the ecomThemeId field optional, since it is not the part of PK
(OFBIZ-10567)
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_store.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_store.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_store.xml?rev=1853109&r1=1853108&r2=1853109&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_store.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_store.xml Thu Feb 7 04:18:40 2019
@@ -40,7 +40,7 @@ under the License.
<auto-attributes include="nonpk" mode="IN" optional="true">
<exclude field-name="visualThemeId"/>
</auto-attributes>
- <attribute name="ecomThemeId" mode="IN" type="String"/>
+ <attribute name="ecomThemeId" mode="IN" type="String" optional="true"/>
</service>
<service name="reserveStoreInventory" engine="simple"