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/03/11 11:19:08 UTC

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

Author: jleroux
Date: Tue Mar 11 10:19:07 2014
New Revision: 1576262

URL: http://svn.apache.org/r1576262
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/release11.04/   (props changed)
    ofbiz/branches/release11.04/applications/humanres/widget/forms/RecruitmentForms.xml

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

Modified: ofbiz/branches/release11.04/applications/humanres/widget/forms/RecruitmentForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/humanres/widget/forms/RecruitmentForms.xml?rev=1576262&r1=1576261&r2=1576262&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/humanres/widget/forms/RecruitmentForms.xml (original)
+++ ofbiz/branches/release11.04/applications/humanres/widget/forms/RecruitmentForms.xml Tue Mar 11 10:19:07 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>