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 2007/01/30 22:07:10 UTC

svn commit: r501562 - /ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml

Author: jleroux
Date: Tue Jan 30 13:07:09 2007
New Revision: 501562

URL: http://svn.apache.org/viewvc?view=rev&rev=501562
Log:
A patch from Eric Schwartz "Parties listed in a classification group don't show names/not clickable" (https://issues.apache.org/jira/browse/OFBIZ-670)

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

Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml?view=diff&rev=501562&r1=501561&r2=501562
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml Tue Jan 30 13:07:09 2007
@@ -124,7 +124,11 @@
         <field name="partyClassificationGroupId" title="${uiLabelMap.Description} [${uiLabelMap.PartyClassificationGroupId}]" widget-style="tabletext">
             <display-entity entity-name="PartyClassificationGroup" key-field-name="partyClassificationGroupId" description="${description}&amp;nbsp;[${partyClassificationGroupId}]"/>
         </field>
-        <field name="partyId" title="${uiLabelMap.PartyId}" widget-style="tabletext"><display/></field>
+        <field name="partyId" title="${uiLabelMap.Party}" widget-style="tabletext">
+           <display-entity entity-name="PartyNameView" key-field-name="partyId" description="${firstName} ${lastName} ${groupName}">
+           		<sub-hyperlink target="viewprofile?partyId=${partyId}" description="${partyId}" link-style="buttontext"/>
+           </display-entity>
+        </field>
         <field name="fromDate" title="${uiLabelMap.CommonFromDate}" widget-style="tabletext"><display/></field>
         <field name="thruDate" title="${uiLabelMap.CommonThruDate}"><date-time/></field>
         <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="buttontext"><submit button-type="text-link"/></field>