svn propchange: r1692600 - svn:log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn propchange: r1692600 - svn:log

jleroux@apache.org
Author: jleroux
Revision: 1692600
Modified property: svn:log

Modified: svn:log at Sat Jul 25 10:11:35 2015
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Jul 25 10:11:35 2015
@@ -1,3 +1,12 @@
-OFBIZ-6547.
+OFBIZ-6547 - "Error in pagination in EditProdCatalogCategories (Catalog)"
+
+When you paginate, after creating a sufficient number of Catalog Categories for pagination to appear, you get an error
+
+To reproduce this problem:
+1. Import DataToReproduceOFBiz-6547.xml in webtools Entity Import.
+2. Visit https://localhost:8443/catalog/control/EditProdCatalogCategories?prodCatalogId=TestCatalog
+3. Add a new Catalog Categories
+4. Click next button, error message displayed.
+
+Applied patch (add paginate-target="EditProdCatalogCategories" to "EditProdCatalogCategories" form) and resolved this problem
 
-Applied patch (add paginate-target="EditProdCatalogCategories" to "EditProdCatalogCategories" form) and resolved this problem in trunk.