Author: hansbak
Date: Mon Apr 20 08:36:50 2009
New Revision: 766617
URL:
http://svn.apache.org/viewvc?rev=766617&view=revLog:
allow html in header and messageId of commevent
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=766617&r1=766616&r2=766617&view=diff==============================================================================
--- ofbiz/trunk/applications/party/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/party/servicedef/services.xml Mon Apr 20 08:36:50 2009
@@ -672,7 +672,9 @@
<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="headerString" allow-html="any"/>
<override name="content" allow-html="any"/>
+ <override name="messageId" allow-html="any"/>
</service>
<service name="createCommunicationEvent" engine="simple"
location="component://party/script/org/ofbiz/party/communication/CommunicationEventServices.xml" invoke="createCommunicationEventWithPermission" auth="true">