Author: jleroux
Date: Sat Jan 25 13:49:33 2014
New Revision: 1561311
URL:
http://svn.apache.org/r1561311Log:
A patch from Christian Carlow for "ListReportedToEmplPositionReportingStructs displays no results"
https://issues.apache.org/jira/browse/OFBIZ-5512Modified:
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=1561311&r1=1561310&r2=1561311&view=diff==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml Sat Jan 25 13:49:33 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"/>