This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new 39c8abf135 Fixed: Error in PayGradeForms.xml Line: 65 (OFBIZ-13062)
39c8abf135 is described below
commit 39c8abf135b63004981f1d4d68577cf16edd5dbf
Author: Jacques Le Roux <[email protected]>
AuthorDate: Thu Apr 25 15:44:33 2024 +0200
Fixed: Error in PayGradeForms.xml Line: 65 (OFBIZ-13062)
Remove the line 65. It was put in by OFBIZ-1659. It's useless (tested)
---
applications/humanres/widget/forms/PayGradeForms.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/applications/humanres/widget/forms/PayGradeForms.xml
b/applications/humanres/widget/forms/PayGradeForms.xml
index 4b2d69dfeb..4b2729faee 100644
--- a/applications/humanres/widget/forms/PayGradeForms.xml
+++ b/applications/humanres/widget/forms/PayGradeForms.xml
@@ -18,7 +18,7 @@
under the License.
-->
-<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://ofbiz.apache.org/Widget-Form"
xsi:schemaLocation="http://ofbiz.apache.org/Widget-Form
http://ofbiz.apache.org/dtds/widget-form.xsd">
<form name="FindPayGrades" type="single" target="FindPayGrades" title=""
header-row-style="header-row" default-table-style="basic-table">
@@ -62,7 +62,6 @@
<form name="ListSalarySteps" type="multi"
target="updateSalaryStep?salaryStepSeqId=${salaryStepSeqId}&payGradeId=${payGradeId}"
paginate-target="findSalarySteps"
odd-row-style="alternate-row" header-row-style="header-row-2"
default-table-style="basic-table hover-bar" separate-columns="true">
<actions>
- <entity-one entity-name="SalaryStep" auto-field-map="true"/>
<entity-condition entity-name="SalaryStep"> <condition-expr
field-name="payGradeId" operator="equals" from-field="payGradeId"/><order-by
field-name="salaryStepSeqId"/></entity-condition>
</actions>
<auto-fields-service service-name="updateSalaryStep"/>