You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by sh...@apache.org on 2015/07/25 09:12:49 UTC

svn commit: r1692606 - /ofbiz/branches/release13.07/applications/product/widget/catalog/ProductForms.xml

Author: shijh
Date: Sat Jul 25 07:12:48 2015
New Revision: 1692606

URL: http://svn.apache.org/r1692606
Log:
OFBIZ-5634.

Added paginate-target="EditProductSubscriptionResources" to ListProductSubscriptionResources form and resolved this problem in release 13.07.

Modified:
    ofbiz/branches/release13.07/applications/product/widget/catalog/ProductForms.xml

Modified: ofbiz/branches/release13.07/applications/product/widget/catalog/ProductForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/product/widget/catalog/ProductForms.xml?rev=1692606&r1=1692605&r2=1692606&view=diff
==============================================================================
--- ofbiz/branches/release13.07/applications/product/widget/catalog/ProductForms.xml (original)
+++ ofbiz/branches/release13.07/applications/product/widget/catalog/ProductForms.xml Sat Jul 25 07:12:48 2015
@@ -1634,7 +1634,7 @@ under the License.
 
     <!-- ProductSubscriptionResource -->
     <form name="ListProductSubscriptionResources" type="list" list-name="productSubscriptionResources" target="updateProductSubscriptionResource"
-        odd-row-style="alternate-row" default-table-style="basic-table">
+        odd-row-style="alternate-row" default-table-style="basic-table" paginate-target="EditProductSubscriptionResources">
         <actions>
             <entity-condition entity-name="ProductSubscriptionResource">
                 <condition-expr field-name="productId" from-field="productId"/>