Author: jleroux
Date: Mon Aug 11 09:10:42 2014
New Revision: 1617229
URL:
http://svn.apache.org/r1617229Log:
A patch from Pierre Smits for "ListEmplPositionFulfillments links to wrong profile of employee" at
https://issues.apache.org/jira/browse/OFBIZ-5708Instead it should link to EmployeeProfile of the employee.
Modified:
ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml
Modified: ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml?rev=1617229&r1=1617228&r2=1617229&view=diff==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml Mon Aug 11 09:10:42 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>