[jira] [Commented] (OFBIZ-644) Pagination in https://host_name:8443/ordermgr/control/orderlist needed
Posted by Nicolas Malin (Jira) on URL: http://ofbiz.116.s1.nabble.com/jira-Commented-OFBIZ-644-Pagination-in-https-host-name-8443-ordermgr-control-orderlist-needed-tp4422021.html
Jacques Le Roux commented on OFBIZ-644:
---------------------------------------
OK then we should use standard pagination I guess...
> 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.