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/25 05:23:23 UTC

svn commit: r768453 - /ofbiz/branches/release09.04/applications/party/servicedef/services.xml

Author: hansbak
Date: Sat Apr 25 03:23:21 2009
New Revision: 768453

URL: http://svn.apache.org/viewvc?rev=768453&view=rev
Log:
Applied fix from trunk for revision: 766617

Modified:
    ofbiz/branches/release09.04/applications/party/servicedef/services.xml

Modified: ofbiz/branches/release09.04/applications/party/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/party/servicedef/services.xml?rev=768453&r1=768452&r2=768453&view=diff
==============================================================================
--- ofbiz/branches/release09.04/applications/party/servicedef/services.xml (original)
+++ ofbiz/branches/release09.04/applications/party/servicedef/services.xml Sat Apr 25 03:23:21 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">