Author: jonesde
Date: Thu Feb 19 17:54:01 2009
New Revision: 745947
URL: http://svn.apache.org/viewvc?rev=745947&view=rev
Log:
Adjusted the cleanup from Jacques to not include the mode and optional
attributes in the override elements since they are the same as in the
auto-attributes element and so don't need to be overridden, just the allow-html
does
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=745947&r1=745946&r2=745947&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/party/servicedef/services.xml Thu Feb 19 17:54:01
2009
@@ -663,7 +663,7 @@
<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="content" mode="INOUT" optional="true"
allow-html="any"/>
+ <override name="content" allow-html="any"/>
</service>
<service name="createCommunicationEvent" engine="simple"
location="org/ofbiz/party/communication/CommunicationEventServices.xml"
invoke="createCommunicationEventWithPermission" auth="true">