This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release18.12 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit e72a4a946116f0303f61d5b060bcb7ce281634b5 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Wed May 15 09:55:55 2024 +0200 Fixed: Error in PayGradeForms.xml Line: 65 (OFBIZ-13062) Forgot to backport that --- 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 1352322b23..efc280fc19 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"/>