svn commit: r1617230 - in /ofbiz/branches/release13.07: ./ applications/humanres/widget/forms/EmplPositionForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1617230 - in /ofbiz/branches/release13.07: ./ applications/humanres/widget/forms/EmplPositionForms.xml

jleroux@apache.org
Author: jleroux
Date: Mon Aug 11 09:13:01 2014
New Revision: 1617230

URL: http://svn.apache.org/r1617230
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/release13.07/   (props changed)
    ofbiz/branches/release13.07/applications/humanres/widget/forms/EmplPositionForms.xml

Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1617229

Modified: ofbiz/branches/release13.07/applications/humanres/widget/forms/EmplPositionForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/humanres/widget/forms/EmplPositionForms.xml?rev=1617230&r1=1617229&r2=1617230&view=diff
==============================================================================
--- ofbiz/branches/release13.07/applications/humanres/widget/forms/EmplPositionForms.xml (original)
+++ ofbiz/branches/release13.07/applications/humanres/widget/forms/EmplPositionForms.xml Mon Aug 11 09:13:01 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>