Author: hansbak
Date: Tue Jun 23 02:35:42 2009
New Revision: 787520
URL:
http://svn.apache.org/viewvc?rev=787520&view=revLog:
clear messageid on forward email
Modified:
ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml
Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml?rev=787520&r1=787519&r2=787520&view=diff==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml Tue Jun 23 02:35:42 2009
@@ -40,6 +40,7 @@
<field-map field-name="communicationEventId" from-field="parameters.origCommEventId"/>
</entity-one>
<clear-field field="newEntity.communicationEventId"/>
+ <clear-field field="newEntity.messageId"/>
<clear-field field="newEntity.partyIdTo"/>
<set field="newEntity.partyIdFrom" from-field="parameters.partyIdFrom"/>
<set field="newEntity.subject" value="Forw: ${newEntity.subject}"/>