svn commit: r745787 - /ofbiz/trunk/applications/party/servicedef/services.xml

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

svn commit: r745787 - /ofbiz/trunk/applications/party/servicedef/services.xml

jleroux@apache.org
Author: jleroux
Date: Thu Feb 19 09:28:41 2009
New Revision: 745787

URL: http://svn.apache.org/viewvc?rev=745787&view=rev
Log:
Per David's advice

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

Modified: ofbiz/trunk/applications/party/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/servicedef/services.xml?rev=745787&r1=745786&r2=745787&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/party/servicedef/services.xml Thu Feb 19 09:28:41 2009
@@ -658,11 +658,12 @@
 
     <service name="createCommunicationEventInterface" engine="interface" location="" invoke="">
         <description>Create a Communication Event with or w/o permission check</description>
-        <auto-attributes entity-name="CommunicationEvent" include="nonpk" mode="IN" optional="true" allow-html="any"/>
-        <auto-attributes entity-name="CommunicationEvent" include="pk" mode="INOUT" optional="true" allow-html="any"/>
+        <auto-attributes entity-name="CommunicationEvent" include="nonpk" mode="IN" optional="true"/>
+        <auto-attributes entity-name="CommunicationEvent" include="pk" mode="INOUT" optional="true"/>
         <attribute name="productId" type="String" mode="IN" optional="true"/>
         <attribute name="orderId" type="String" mode="IN" optional="true"/>
         <attribute name="custRequestId" type="String" mode="IN" optional="true"/>
+        <override name="content"  mode="INOUT" optional="true" allow-html="any"/>
     </service>    
     <service name="createCommunicationEvent" engine="simple"
             location="org/ofbiz/party/communication/CommunicationEventServices.xml" invoke="createCommunicationEventWithPermission" auth="true">