[jira] [Commented] (OFBIZ-644) Pagination in https://host_name:8443/ordermgr/control/orderlist needed
Posted by Nicolas Malin (Jira) on Feb 26, 2012; 12:49pm URL: http://ofbiz.116.s1.nabble.com/jira-Commented-OFBIZ-644-Pagination-in-https-host-name-8443-ordermgr-control-orderlist-needed-tp4422101.html
Jacques Le Roux commented on OFBIZ-644:
---------------------------------------
Mmm, then then passing from one to another tab would lost the current state, but on the other hand keeping a state by tabId seems a bit too much
> Pagination in https://host_name:8443/ordermgr/control/orderlist needed
> ----------------------------------------------------------------------
>
> Key: OFBIZ-644
> URL: https://issues.apache.org/jira/browse/OFBIZ-644 > Project: OFBiz
> Issue Type: Improvement
> Components: order
> Affects Versions: SVN trunk
> Environment: All
> Reporter: Walter Vaughan
> Assignee: Jacques Le Roux
> Fix For: SVN trunk
>
> Attachments: orderliststate-svn.patch, orderliststate.patch
>
>
> There is no pagination in https://host_name:8443/ordermgr/control/orderlist. If a status like "sent' is chosen, thousands or millions of rows will be returned if there is that many in the database. Some sort of pagination system like we have in https://host_name:8443/partymgr/control/findparty with some sort of higher limit like 100 records or so might be good, as to not break behavior for most existing users.