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/01/25 14:50:28 UTC

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

Author: jleroux
Date: Sat Jan 25 13:50:27 2014
New Revision: 1561312

URL: http://svn.apache.org/r1561312
Log:
"Applied fix from trunk for revision: 1561311" 
------------------------------------------------------------------------
r1561311 | jleroux | 2014-01-25 14:49:33 +0100 (sam. 25 janv. 2014) | 2 lignes

A patch from Christian Carlow for "ListReportedToEmplPositionReportingStructs displays no results" https://issues.apache.org/jira/browse/OFBIZ-5512

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


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:r1561311

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=1561312&r1=1561311&r2=1561312&view=diff
==============================================================================
--- ofbiz/branches/release13.07/applications/humanres/widget/forms/EmplPositionForms.xml (original)
+++ ofbiz/branches/release13.07/applications/humanres/widget/forms/EmplPositionForms.xml Sat Jan 25 13:50:27 2014
@@ -168,7 +168,7 @@ under the License.
         <field name="submitButton" title="${uiLabelMap.CommonAdd}"><submit button-type="button"/></field>
     </form>
     <form name="ListReportedToEmplPositionReportingStructs" type="list" target="updateEmplPositionReportingStruct" title="" paginate-target="EditReportedToEmplPositionReportingStruct"
-        odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar">
+        odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" list-name="emplPositionReportingStructList">
         <actions>
             <entity-condition entity-name="EmplPositionReportingStruct" list="emplPositionReportingStructList">
                 <condition-expr field-name="emplPositionIdReportingTo" from-field="parameters.emplPositionId"/>