You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pr...@apache.org on 2016/09/17 12:20:38 UTC

svn commit: r1761204 - /ofbiz/trunk/applications/accounting/widget/PaymentGatewayConfigForms.xml

Author: pranayp
Date: Sat Sep 17 12:20:38 2016
New Revision: 1761204

URL: http://svn.apache.org/viewvc?rev=1761204&view=rev
Log:
Fix for: Pagination error in Accounting PaymentGatewayConfigForms.
(OFBIZ-8280)

Added missing paginate-target for PaymentGatewayConfigForms - ListPaymentGatewayConfig and ListPaymentGatewayConfigTypes. 
  
Thanks: Chandan Khandelwal for the contribution.

Modified:
    ofbiz/trunk/applications/accounting/widget/PaymentGatewayConfigForms.xml

Modified: ofbiz/trunk/applications/accounting/widget/PaymentGatewayConfigForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/PaymentGatewayConfigForms.xml?rev=1761204&r1=1761203&r2=1761204&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/PaymentGatewayConfigForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/PaymentGatewayConfigForms.xml Sat Sep 17 12:20:38 2016
@@ -37,7 +37,7 @@ under the License.
         </field>
     </form>
     
-    <form name="ListPaymentGatewayConfig" type="list" list-name="listIt" odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
+    <form name="ListPaymentGatewayConfig" type="list" list-name="listIt" odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="FindPaymentGatewayConfig">
         <actions>
             <service service-name="performFind" result-map="result" result-map-list="listIt">
                 <field-map field-name="inputFields" from-field="parameters"/>
@@ -417,7 +417,7 @@ under the License.
         </field>
     </form>
     
-    <form name="ListPaymentGatewayConfigTypes" type="list" list-name="listIt" odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
+    <form name="ListPaymentGatewayConfigTypes" type="list" list-name="listIt" odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="FindPaymentGatewayConfigTypes">
         <actions>
             <service service-name="performFind" result-map="result" result-map-list="listIt">
                 <field-map field-name="inputFields" from-field="parameters"/>