Author: hansbak
Date: Wed Apr 29 06:49:14 2009
New Revision: 769680
URL: http://svn.apache.org/viewvc?rev=769680&view=rev
Log:
Applied fix from trunk for revision: 769679
Modified:
ofbiz/branches/release09.04/applications/content/servicedef/services.xml
ofbiz/branches/release09.04/applications/party/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=769680&r1=769679&r2=769680&view=diff
==============================================================================
--- ofbiz/branches/release09.04/applications/content/servicedef/services.xml
(original)
+++ ofbiz/branches/release09.04/applications/content/servicedef/services.xml
Wed Apr 29 06:49:14 2009
@@ -492,6 +492,7 @@
<attribute mode="IN" name="_imageData_fileName" optional="true"
type="String"/>
<attribute mode="IN" name="forceElectronicText" optional="true"
type="String"/>
<attribute mode="IN" name="displayFailCond" optional="true"
type="Boolean"/>
+ <override name="textData" allow-html="any"/>
</service>
<service name="persistCompDocContent" engine="simple"
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=769680&r1=769679&r2=769680&view=diff
==============================================================================
--- ofbiz/branches/release09.04/applications/party/servicedef/services.xml
(original)
+++ ofbiz/branches/release09.04/applications/party/servicedef/services.xml Wed
Apr 29 06:49:14 2009
@@ -675,19 +675,18 @@
<override name="headerString" allow-html="any"/>
<override name="content" allow-html="any"/>
<override name="messageId" allow-html="any"/>
+ <override name="subject" allow-html="any"/>
</service>
<service name="createCommunicationEvent" engine="simple"
location="component://party/script/org/ofbiz/party/communication/CommunicationEventServices.xml"
invoke="createCommunicationEventWithPermission" auth="true">
<description>Create a Communication Event with permission
check</description>
<permission-service
service-name="partyCommunicationEventPermissionCheck" main-action="CREATE"/>
<implements service="createCommunicationEventInterface"/>
- <override name="content" allow-html="any"/>
</service>
<service name="createCommunicationEventWithoutPermission" engine="simple"
location="component://party/script/org/ofbiz/party/communication/CommunicationEventServices.xml"
invoke="createCommunicationEventWithoutPermission" auth="true">
<description>Create a Communication Event without permission
check</description>
<implements service="createCommunicationEventInterface"/>
- <override name="content" allow-html="any"/>
</service>
<service name="updateCommunicationEvent" engine="simple"