Author: jleroux Date: Wed May 29 07:24:23 2013 New Revision: 1487358 URL: http://svn.apache.org/r1487358 Log: A patch from Stéphane DUCAS for "Pagination in find order screen doesn't work" https://issues.apache.org/jira/browse/OFBIZ-4332
On find order screen when there is more than 20 orders (default) to display the pagination doesn't work: when the next button is pressed no orders are displayed. jleroux: There is maybe a better fix, but, since there are no issues in trunk and R12.04, I decided to apply this patch in R11.04 and R10.04 Modified: ofbiz/branches/release10.04/applications/order/webapp/ordermgr/order/findOrders.ftl Modified: ofbiz/branches/release10.04/applications/order/webapp/ordermgr/order/findOrders.ftl URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/order/webapp/ordermgr/order/findOrders.ftl?rev=1487358&r1=1487357&r2=1487358&view=diff ============================================================================== --- ofbiz/branches/release10.04/applications/order/webapp/ordermgr/order/findOrders.ftl (original) +++ ofbiz/branches/release10.04/applications/order/webapp/ordermgr/order/findOrders.ftl Wed May 29 07:24:23 2013 @@ -515,6 +515,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="${requestParameters.hideFields?default("N")}"/> <#if paramIdList?exists && paramIdList?has_content> <#list paramIdList as paramIds> <#assign paramId = paramIds.split("=")/>