Author: ashish
Date: Tue Oct 26 22:03:17 2010
New Revision: 1027756
URL: http://svn.apache.org/viewvc?rev=1027756&view=rev
Log:
Bug fix. Once emails are received in the store and records for communication
events get created then in from party link it will redirect to User(i.e Sender
- Customer) Profile instead of logged in party.
Modified:
ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml
Modified:
ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml?rev=1027756&r1=1027755&r2=1027756&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml
(original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml
Tue Oct 26 22:03:17 2010
@@ -236,7 +236,7 @@ under the License.
<field name="partyIdFrom"
use-when="communicationEvent.get("partyIdFrom")!=null">
<display-entity entity-name="PartyNameView"
key-field-name="partyId" description="${firstName} ${middleName} ${lastName}
${groupName} (${contactMechFrom.infoString})">
<sub-hyperlink description="
[${communicationEvent.partyIdFrom}]" target="/partymgr/control/viewprofile"
target-type="inter-app">
- <parameter param-name="partyId" from-field="partyIdFrom"/>
+ <parameter param-name="partyId"
from-field="communicationEvent.partyIdFrom"/>
</sub-hyperlink>
</display-entity>
</field>