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/05/08 06:17:17 UTC

svn commit: r772838 - /ofbiz/branches/release09.04/applications/content/servicedef/services.xml

Author: hansbak
Date: Fri May  8 04:17:16 2009
New Revision: 772838

URL: http://svn.apache.org/viewvc?rev=772838&view=rev
Log:
Applied fix from trunk for revision: 772837 
 this finally solves the email receive problem

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

Modified: ofbiz/branches/release09.04/applications/content/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/content/servicedef/services.xml?rev=772838&r1=772837&r2=772838&view=diff
==============================================================================
--- ofbiz/branches/release09.04/applications/content/servicedef/services.xml (original)
+++ ofbiz/branches/release09.04/applications/content/servicedef/services.xml Fri May  8 04:17:16 2009
@@ -463,6 +463,7 @@
         <attribute mode="IN" name="forceElectronicText" optional="true" type="String"/>
         <attribute mode="IN" name="displayFailCond" optional="true" type="Boolean"/>
         <attribute mode="INOUT" name="roleTypeList" optional="true" type="List"/>
+        <override name="textData" allow-html="safe"/>
     </service>
 
     <service name="persistDataResourceAndData" engine="java"