Author: ashish
Date: Fri Mar 26 13:35:48 2010
New Revision: 927843
URL:
http://svn.apache.org/viewvc?rev=927843&view=revLog:
CreateCustomerRequest from CommunicationEvent was broken.
Fixed the same.
Modified:
ofbiz/trunk/applications/order/servicedef/services_request.xml
Modified: ofbiz/trunk/applications/order/servicedef/services_request.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services_request.xml?rev=927843&r1=927842&r2=927843&view=diff==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services_request.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services_request.xml Fri Mar 26 13:35:48 2010
@@ -182,6 +182,7 @@ under the License.
<attribute name="custRequestTypeId" mode="IN" type="String" optional="true"/>
<attribute name="custRequestName" mode="IN" type="String" optional="true" allow-html="safe"/>
<attribute name="story" mode="IN" type="String" optional="true" allow-html="safe"/>
+ <override name="content" allow-html="safe"/>
</service>
<!-- custRequest content services -->