Author: jleroux
Date: Thu Feb 19 09:28:41 2009
New Revision: 745787
URL:
http://svn.apache.org/viewvc?rev=745787&view=revLog:
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">