[ofbiz-framework] branch trunk updated: Fixed: POC for CSRF Token (OFBIZ-11306)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch trunk updated: Fixed: POC for CSRF Token (OFBIZ-11306)

jleroux@apache.org
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 a609900  Fixed: POC for CSRF Token (OFBIZ-11306)
a609900 is described below

commit a60990010553864175f59cac051a6ca5c7f56742
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Fri Jan 3 09:23:10 2020 +0100

    Fixed: POC for CSRF Token
    (OFBIZ-11306)
   
    While reviewing I found this non related fix (FindPayGrade should be plural)
    Better to commit it apart
---
 applications/humanres/widget/forms/PayGradeForms.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/humanres/widget/forms/PayGradeForms.xml b/applications/humanres/widget/forms/PayGradeForms.xml
index 1352322..4b2d69d 100644
--- a/applications/humanres/widget/forms/PayGradeForms.xml
+++ b/applications/humanres/widget/forms/PayGradeForms.xml
@@ -27,7 +27,7 @@
         <field name="payGradeId"><lookup target-form-name="LookupPayGrade"/></field>
         <field name="searchButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListPayGrades" type="list" list-name="listIt" title="" target="updatePayGrade" paginate-target="FindPayGrade"
+    <form name="ListPayGrades" type="list" list-name="listIt" title="" target="updatePayGrade" paginate-target="FindPayGrades"
         odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar">
         <actions>
             <service service-name="performFind" result-map="result" result-map-list="listIt">