You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2010/02/23 11:30:52 UTC

svn commit: r915271 - /ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml

Author: erwan
Date: Tue Feb 23 10:30:52 2010
New Revision: 915271

URL: http://svn.apache.org/viewvc?rev=915271&view=rev
Log:
Corrected a NPE error in ListLeaveApprovals

Modified:
    ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml

Modified: ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml?rev=915271&r1=915270&r2=915271&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml Tue Feb 23 10:30:52 2010
@@ -144,8 +144,8 @@
                 </sub-hyperlink>
             </display-entity>
         </field>
-        <field name="approverPartyId" field-name="partyId">
-            <display-entity entity-name="PartyNameView" description="${firstName} ${lastName}">
+        <field name="approverPartyId" field-name="approverPartyId">
+            <display-entity entity-name="PartyNameView" description="${firstName} ${lastName}" key-field-name="partyId">
                 <sub-hyperlink target="/partymgr/control/viewprofile" target-type="inter-app" description="${approverPartyId}" link-style="buttontext">
                     <parameter param-name="approverPartyId" from-field="approverPartyId"/>
                 </sub-hyperlink>