You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2008/11/17 21:26:54 UTC

svn commit: r718365 - /ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml

Author: apatel
Date: Mon Nov 17 12:26:54 2008
New Revision: 718365

URL: http://svn.apache.org/viewvc?rev=718365&view=rev
Log:
Updated link to point to EmployeeProfile instead of viewprofile page in party manager.

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

Modified: ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml?rev=718365&r1=718364&r2=718365&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml Mon Nov 17 12:26:54 2008
@@ -57,7 +57,7 @@
         </actions>
         <field name="partyIdFrom" title="${uiLabelMap.HumanResEmploymentPartyIdFrom}"><display></display></field>
         <field name="partyIdTo" title="${uiLabelMap.HumanResEmployeePartyIdTo}" widget-style="buttontext">
-            <hyperlink also-hidden="false" description="${partyIdTo}" target="viewprofile?partyId=${partyIdTo}"/>
+            <hyperlink also-hidden="false" description="${partyIdTo}" target="EmployeeProfile?partyId=${partyIdTo}"/>
         </field>
         <field name="firstName"><display></display></field>
         <field name="lastName"><display></display></field>