Author: jleroux
Date: Sat May 11 11:34:26 2013
New Revision: 1481299
URL: http://svn.apache.org/r1481299
Log:
Revert r1481280
Modified:
ofbiz/branches/release11.04/ (props changed)
ofbiz/branches/release11.04/applications/party/widget/partymgr/PartyForms.xml
Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
Reverse-merged /ofbiz/trunk:r1470176,1481274
Modified: ofbiz/branches/release11.04/applications/party/widget/partymgr/PartyForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/party/widget/partymgr/PartyForms.xml?rev=1481299&r1=1481298&r2=1481299&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/party/widget/partymgr/PartyForms.xml (original)
+++ ofbiz/branches/release11.04/applications/party/widget/partymgr/PartyForms.xml Sat May
11 11:34:26 2013
@@ -748,7 +748,7 @@ under the License.
<form name="ListRelatedContacts" type="list" list-name="contacts" default-table-style="basic-table">
<field name="partyIdTo">
- <display-entity entity-name="PartyNameView" description="${firstName} ${middleName}
${lastName} ${groupName}" key-field-name="partyId" cache="false">
+ <display-entity entity-name="PartyNameView" description="${firstName} ${middleName}
${lastName} ${groupName}" key-field-name="partyId">
<sub-hyperlink description="[${partyIdTo}]" target="viewprofile">
<parameter param-name="partyId" from-field="partyIdTo"/>
</sub-hyperlink>
|