svn commit: r516200 - /ofbiz/trunk/applications/content/servicedef/services_data.xml

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

svn commit: r516200 - /ofbiz/trunk/applications/content/servicedef/services_data.xml

byersa-3
Author: byersa
Date: Thu Mar  8 14:36:39 2007
New Revision: 516200

URL: http://svn.apache.org/viewvc?view=rev&rev=516200
Log:
Added "dataResourceTypeId" as unnneeded parameter to "updateElectronicText" so that "updateDataText" seca will work.

Modified:
    ofbiz/trunk/applications/content/servicedef/services_data.xml

Modified: ofbiz/trunk/applications/content/servicedef/services_data.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/servicedef/services_data.xml?view=diff&rev=516200&r1=516199&r2=516200
==============================================================================
--- ofbiz/trunk/applications/content/servicedef/services_data.xml (original)
+++ ofbiz/trunk/applications/content/servicedef/services_data.xml Thu Mar  8 14:36:39 2007
@@ -107,6 +107,7 @@
         <permission-service service-name="genericDataResourcePermission" main-action="UPDATE"/>
         <auto-attributes include="pk" mode="INOUT" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
+        <attribute name="dataResourceTypeId" mode="IN" type="String" optional="true"></attribute>
         <attribute name="contentId" mode="INOUT" optional="true" type="String"/><!-- to optionaly know where this text is belonging to -->
     </service>
     <service name="removeElectronicText" default-entity-name="ElectronicText" engine="simple"