You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by by...@apache.org on 2007/03/08 23:42:38 UTC

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

Author: byersa
Date: Thu Mar  8 14:42:37 2007
New Revision: 516207

URL: http://svn.apache.org/viewvc?view=rev&rev=516207
Log:
Fixed my last commit with Andrew's fix.

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=516207&r1=516206&r2=516207
==============================================================================
--- ofbiz/trunk/applications/content/servicedef/services_data.xml (original)
+++ ofbiz/trunk/applications/content/servicedef/services_data.xml Thu Mar  8 14:42:37 2007
@@ -62,10 +62,12 @@
     <!-- generic create data text service; looks at the type id to determine if ELECTRONIC_TEXT is necessary -->
     <service name="createDataText" engine="route" auth="true">
         <description>Uses ECA to decide if we should call createElectronicText or just createDataResource (SHORT_TEXT)</description>
+        <implements service="createDataResource"/>
         <implements service="createElectronicText"/>
     </service>
     <service name="updateDataText" engine="route" auth="true">
         <description>Uses ECA to decide if we should call updateElectronicText or just updateDataResource (SHORT_TEXT)</description>
+        <implements service="updateDataResource"/>
         <implements service="updateElectronicText"/>
     </service>
 
@@ -107,7 +109,6 @@
         <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"