Author: jleroux
Date: Mon May 24 16:02:57 2010
New Revision: 947694
URL:
http://svn.apache.org/viewvc?rev=947694&view=revLog:
"Applied fix from trunk for revision: 947679" (Done by hand because of tree conflict)
------------------------------------------------------------------------
r947679 | jleroux | 2010-05-24 17:48:30 +0200 (lun. 24 mai 2010) | 11 lignes
A patch from Ankit Jain "Security issue in update store payment setting."
https://issues.apache.org/jira/browse/OFBIZ-2395 - OFBIZ-2395
Steps:
1) Go to catalog > Stores > Select OFBiz E-Commerce Store
2) Click on Payment tab.
Now there are two options. Error come only with one of them.
Option 1: Edit any Payment Method. Submit the form at the bottom. Now click on NEXT link, you will see the error.
Option 2: Click on NEXT link, no errors.
------------------------------------------------------------------------
Modified:
ofbiz/branches/release09.04/applications/product/webapp/catalog/store/ProductStoreForms.xml
Modified: ofbiz/branches/release09.04/applications/product/webapp/catalog/store/ProductStoreForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/product/webapp/catalog/store/ProductStoreForms.xml?rev=947694&r1=947693&r2=947694&view=diff==============================================================================
--- ofbiz/branches/release09.04/applications/product/webapp/catalog/store/ProductStoreForms.xml (original)
+++ ofbiz/branches/release09.04/applications/product/webapp/catalog/store/ProductStoreForms.xml Mon May 24 16:02:57 2010
@@ -1018,7 +1018,7 @@
<field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
- <form name="ListProductStorePaymentSettings" type="list" odd-row-style="alternate-row" default-table-style="basic-table">
+ <form name="ListProductStorePaymentSettings" type="list" odd-row-style="alternate-row" default-table-style="basic-table" paginate-target="EditProductStorePaySetup">
<actions>
<entity-and entity-name="ProductStorePaymentSetting">
<field-map field-name="productStoreId"/>