This is an automated email from the ASF dual-hosted git repository.
adityasharma pushed a commit to branch release18.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/release18.12 by this push:
new 754414d Fixed: paginateOrderList does not find orders on next page specific to FindOrders.ftl (OFBIZ-11356) Adding the missing showAll flag in the paginateOrder form because of which the orders were not shown while submitting the next button. Thanks Michael Brohl for reporting the issue and Ankit Joshi for providing the patch
754414d is described below
commit 754414d1581094ced2c9310d7d989d0485413722
Author: Aditya Sharma <
[hidden email]>
AuthorDate: Sat May 23 16:18:28 2020 +0530
Fixed: paginateOrderList does not find orders on next page specific to FindOrders.ftl
(OFBIZ-11356)
Adding the missing showAll flag in the paginateOrder form because of which the orders were not shown while submitting the next button.
Thanks Michael Brohl for reporting the issue and Ankit Joshi for providing the patch
---
applications/order/template/order/FindOrders.ftl | 1 +
1 file changed, 1 insertion(+)
diff --git a/applications/order/template/order/FindOrders.ftl b/applications/order/template/order/FindOrders.ftl
index 7622cc9..dffc2dc 100644
--- a/applications/order/template/order/FindOrders.ftl
+++ b/applications/order/template/order/FindOrders.ftl
@@ -496,6 +496,7 @@ document.lookuporder.orderId.focus();
<input type="hidden" name="viewSize"/>
<input type="hidden" name="viewIndex"/>
<input type="hidden" name="hideFields"/>
+ <input type="hidden" name="showAll" value="Y"/>
<#if paramIdList?? && paramIdList?has_content>
<#list paramIdList as paramIds>
<#assign paramId = paramIds.split("=")/>