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 2013/05/29 08:41:51 UTC

svn commit: r1487324 - /ofbiz/branches/release11.04/applications/order/webapp/ordermgr/order/findOrders.ftl

Author: jleroux
Date: Wed May 29 06:41:50 2013
New Revision: 1487324

URL: http://svn.apache.org/r1487324
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/release11.04/applications/order/webapp/ordermgr/order/findOrders.ftl

Modified: ofbiz/branches/release11.04/applications/order/webapp/ordermgr/order/findOrders.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/order/webapp/ordermgr/order/findOrders.ftl?rev=1487324&r1=1487323&r2=1487324&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/order/webapp/ordermgr/order/findOrders.ftl (original)
+++ ofbiz/branches/release11.04/applications/order/webapp/ordermgr/order/findOrders.ftl Wed May 29 06:41:50 2013
@@ -513,6 +513,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("=")/>