You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/05/15 18:11:36 UTC

svn commit: r1743937 - /ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml

Author: jleroux
Date: Sun May 15 18:11:36 2016
New Revision: 1743937

URL: http://svn.apache.org/viewvc?rev=1743937&view=rev
Log:
Fixes "Pagination in product price does not work correctly after a price creation" - https://issues.apache.org/jira/browse/OFBIZ-7067

Thanks from an inspiration by Jinghai at OFBIZ-5634 and OFBIZ-6547

Modified:
    ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml

Modified: ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml?rev=1743937&r1=1743936&r2=1743937&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml Sun May 15 18:11:36 2016
@@ -450,7 +450,7 @@ under the License.
         <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     <form name="UpdateProductPrice" type="list" target="updateProductPrice" title="" list-name="productPrices"
-        odd-row-style="alternate-row" default-table-style="basic-table">
+        odd-row-style="alternate-row" default-table-style="basic-table" paginate-target="EditProductPrices">
         <auto-fields-service service-name="updateProductPrice" map-name="productPrice"/>
         <field name="productId"><hidden/></field>
         <field name="productPriceTypeId" title="${uiLabelMap.ProductPriceType}"><display-entity entity-name="ProductPriceType"/></field>