Author: hansbak
Date: Tue Jun 2 02:33:06 2009
New Revision: 780906
URL:
http://svn.apache.org/viewvc?rev=780906&view=revLog:
communication event reply gave blank screen on incoming email
Modified:
ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml
ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.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=780906&r1=780905&r2=780906&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 2 02:33:06 2009
@@ -68,7 +68,7 @@
<entity-one entity-name="PartyNameView" value-field="partyNameView">
<field-map field-name="partyId" from-field="parentCommEvent.partyIdFrom"/>
</entity-one>
- <set field="newEntity.communicationEventTypeId" from-field="parentComEvent.communicationEventTypeId"/>
+ <set field="newEntity.communicationEventTypeId" from-field="parentCommEvent.communicationEventTypeId"/>
<if-compare field="newEntity.communicationEventTypeId" value="AUTO_EMAIL_COMM" operator="equals">
<set field="newEntity.communicationEventTypeId" value="EMAIL_COMMUNICATION"/>
</if-compare>
Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml?rev=780906&r1=780905&r2=780906&view=diff==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml Tue Jun 2 02:33:06 2009
@@ -392,7 +392,6 @@
</and>
</condition>
<link target="NewDraftCommunicationEvent">
- <parameter param-name="communicationEventTypeId" from-field="communicationEvent.communicationEventTypeId"/>
<parameter param-name="parentCommEventId" from-field="communicationEvent.communicationEventId"/>
<parameter param-name="my" value="My"/>
<parameter param-name="statusId" value="COM_PENDING"/>