svn commit: r787520 - /ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r787520 - /ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml

hansbak-2
Author: hansbak
Date: Tue Jun 23 02:35:42 2009
New Revision: 787520

URL: http://svn.apache.org/viewvc?rev=787520&view=rev
Log:
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}"/>