Author: jleroux
Date: Sun Oct 19 12:29:50 2008
New Revision: 706056
URL:
http://svn.apache.org/viewvc?rev=706056&view=revLog:
Applied fix from trunk for revision: 706055
Modified:
ofbiz/branches/release4.0/ (props changed)
ofbiz/branches/release4.0/applications/product/servicedef/services.xml
Propchange: ofbiz/branches/release4.0/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Oct 19 12:29:50 2008
@@ -1 +1 @@
-/ofbiz/trunk:674173,676162,676227,676246,679704,705862,706035
+/ofbiz/trunk:674173,676162,676227,676246,679704,705862,706035,706055
Modified: ofbiz/branches/release4.0/applications/product/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/product/servicedef/services.xml?rev=706056&r1=706055&r2=706056&view=diff==============================================================================
--- ofbiz/branches/release4.0/applications/product/servicedef/services.xml (original)
+++ ofbiz/branches/release4.0/applications/product/servicedef/services.xml Sun Oct 19 12:29:50 2008
@@ -978,7 +978,9 @@
</service>
<service name="createSimpleTextContentForProductConfigItem" default-entity-name="ProdConfItemContent" engine="simple"
location="org/ofbiz/product/config/ProductConfigItemContentServices.xml" invoke="createSimpleTextContentForProductConfigItem" auth="true">
- <auto-attributes include="pk" mode="IN" optional="false"/>
+ <attribute name="configItemId" type="String" mode="IN" optional="false"></attribute>
+ <attribute name="contentId" type="String" mode="IN" optional="true"></attribute>
+ <auto-attributes include="pk" mode="IN" optional="true"/>
<auto-attributes include="nonpk" mode="IN" optional="true"/>
<auto-attributes mode="IN" entity-name="Content" optional="true"/>
<attribute name="text" type="String" mode="IN" optional="false"/>