Author: jleroux
Date: Tue Mar 11 10:19:03 2014 New Revision: 1576260 URL: http://svn.apache.org/r1576260 Log: "Applied fix from trunk for revision: 1576259 " ------------------------------------------------------------------------ r1576259 | jleroux | 2014-03-11 11:17:53 +0100 (mar. 11 mars 2014) | 8 lignes A patch from Rong Nguyen for "[HRM] Can not show JOB INTERVIEWEE and JOB INTERVIEWER " https://issues.apache.org/jira/browse/OFBIZ-5562 Scenario: 1. Goto HRM webapp 2. Goto Recruitment 3. Goto Internal Job Posting 4. Goto Job Interview 5. Find(at least one record) ------------------------------------------------------------------------ Modified: ofbiz/branches/release13.07/ (props changed) ofbiz/branches/release13.07/applications/humanres/widget/forms/RecruitmentForms.xml Propchange: ofbiz/branches/release13.07/ ------------------------------------------------------------------------------ Merged /ofbiz/trunk:r1576259 Modified: ofbiz/branches/release13.07/applications/humanres/widget/forms/RecruitmentForms.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/humanres/widget/forms/RecruitmentForms.xml?rev=1576260&r1=1576259&r2=1576260&view=diff ============================================================================== --- ofbiz/branches/release13.07/applications/humanres/widget/forms/RecruitmentForms.xml (original) +++ ofbiz/branches/release13.07/applications/humanres/widget/forms/RecruitmentForms.xml Tue Mar 11 10:19:03 2014 @@ -228,6 +228,7 @@ under the License. </form> <form name="FindJobInterview" type="single" target="FindJobInterview"> <auto-fields-entity entity-name="JobInterview" default-field-type="find"/> + <field name="jobInterviewId"><text-find ignore-case="true"/></field> <field name="noConditionFind"><hidden value="Y"/></field> <field name="jobIntervieweePartyId"><lookup target-form-name="LookupPartyName"/></field> <field name="jobRequisitionId"><lookup target-form-name="LookupJobRequisition"/></field> @@ -271,15 +272,15 @@ under the License. <parameter param-name="jobInterviewId"/> </hyperlink> </field> - <field name="jobIntervieweePartyId" field-name="partyId"> - <display-entity entity-name="PartyNameView" description="${firstName} ${lastName}"> + <field name="jobIntervieweePartyId" field-name="jobIntervieweePartyId"> + <display-entity entity-name="PartyNameView" description="${firstName} ${lastName}" key-field-name="partyId"> <sub-hyperlink target="/partymgr/control/viewprofile" target-type="inter-app" description="${jobIntervieweePartyId}" link-style="buttontext"> <parameter param-name="partyId" from-field="jobIntervieweePartyId"/> </sub-hyperlink> </display-entity> </field> - <field name="jobInterviewerPartyId" field-name="partyId"> - <display-entity entity-name="PartyNameView" description="${firstName} ${lastName}"> + <field name="jobIntervieweePartyId" field-name="jobIntervieweePartyId"> + <display-entity entity-name="PartyNameView" description="${firstName} ${lastName}" key-field-name="partyId"> <sub-hyperlink target="/partymgr/control/viewprofile" target-type="inter-app" description="${jobInterviewerPartyId}" link-style="buttontext"> <parameter param-name="partyId" from-field="jobInterviewerPartyId"/> </sub-hyperlink> |
Free forum by Nabble | Edit this page |