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 2015/07/25 11:09:26 UTC

svn propchange: r1692604 - svn:log

Author: jleroux
Revision: 1692604
Modified property: svn:log

Modified: svn:log at Sat Jul 25 09:09:26 2015
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Jul 25 09:09:26 2015
@@ -1,3 +1,11 @@
-OFBIZ-5634.
+OFBIZ-5634 - "Error in pagination in createProductSubscriptionResource (Catalog)"
+
+When you paginate, after creating a sufficient number of subscriptions for pagination to appear, you get an error
+
+To reproduce this problem:
+1. Import DataToReproduceOFBiz-5634.xml in webtools Entity Import.
+2. Visit https://localhost:8443/catalog/control/EditProductSubscriptionResources?productId=GZ-NEWS-1MO
+3. Add a new subscription resource.
+4. Click next button, error message displayed.
 
 Added paginate-target="EditProductSubscriptionResources" to ListProductSubscriptionResources form and resolved this problem in trunk.