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 2014/08/11 11:13:04 UTC

svn commit: r1617232 - in /ofbiz/branches/release11.04: ./ applications/humanres/widget/forms/EmplPositionForms.xml

Author: jleroux
Date: Mon Aug 11 09:13:04 2014
New Revision: 1617232

URL: http://svn.apache.org/r1617232
Log:
"Applied fix from trunk for revision: 1617229" 
------------------------------------------------------------------------
r1617229 | jleroux | 2014-08-11 11:10:42 +0200 (lun. 11 août 2014) | 4 lignes

A patch from Pierre Smits for "ListEmplPositionFulfillments links to wrong profile of employee" at https://issues.apache.org/jira/browse/OFBIZ-5708

Instead it should link to EmployeeProfile of the employee.

------------------------------------------------------------------------


Modified:
    ofbiz/branches/release11.04/   (props changed)
    ofbiz/branches/release11.04/applications/humanres/widget/forms/EmplPositionForms.xml

Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1617229

Modified: ofbiz/branches/release11.04/applications/humanres/widget/forms/EmplPositionForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/humanres/widget/forms/EmplPositionForms.xml?rev=1617232&r1=1617231&r2=1617232&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/humanres/widget/forms/EmplPositionForms.xml (original)
+++ ofbiz/branches/release11.04/applications/humanres/widget/forms/EmplPositionForms.xml Mon Aug 11 09:13:04 2014
@@ -109,7 +109,7 @@ under the License.
         <auto-fields-service service-name="updateEmplPositionFulfillment"/>
         <field name="partyId" title="${uiLabelMap.PartyPartyId}">
             <display-entity description="${firstName} ${middleName} ${lastName} ${groupName}" entity-name="PartyNameView">
-                <sub-hyperlink target="viewprofile" link-style="smallSubmit" target-type="inter-app" description="${partyId}">
+                <sub-hyperlink target="EmployeeProfile" link-style="smallSubmit" description="${partyId}">
                     <parameter param-name="partyId"/>
                 </sub-hyperlink>
             </display-entity>