You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/10/19 21:28:42 UTC

svn commit: r706055 - /ofbiz/trunk/applications/product/servicedef/services.xml

Author: jleroux
Date: Sun Oct 19 12:28:41 2008
New Revision: 706055

URL: http://svn.apache.org/viewvc?rev=706055&view=rev
Log:
Fix " Error to Create New Product Config Item Content" (https://issues.apache.org/jira/browse/OFBIZ-2007) - OFBIZ-2007

Modified:
    ofbiz/trunk/applications/product/servicedef/services.xml

Modified: ofbiz/trunk/applications/product/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services.xml?rev=706055&r1=706054&r2=706055&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services.xml Sun Oct 19 12:28:41 2008
@@ -1073,7 +1073,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"/>