You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2013/05/11 13:32:19 UTC

svn commit: r1481296 - /ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml

Author: jleroux
Date: Sat May 11 11:32:19 2013
New Revision: 1481296

URL: http://svn.apache.org/r1481296
Log:
revert r1481274

Modified:
    ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml

Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml?rev=1481296&r1=1481295&r2=1481296&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml Sat May 11 11:32:19 2013
@@ -771,7 +771,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>