You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/04/20 10:36:50 UTC

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

Author: hansbak
Date: Mon Apr 20 08:36:50 2009
New Revision: 766617

URL: http://svn.apache.org/viewvc?rev=766617&view=rev
Log:
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">