Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0026967Openbravo ERPA. Platformpublic2014-06-30 10:192014-08-08 18:52
alostale 
AugustoMauch 
normalmajorhave not tried
closedfixed 
5
 
3.0PR14Q43.0PR14Q4 
AugustoMauch
Core
No
0026967: Grids in Process Definition count number of records
Grids in Process Definition invoke getCount method which can cause performance issues if the dataset is big enough.
Follow steps defined in issue 0026868
These grids should behave in the same manner standard windows grids do: total number of records is not counted, in case they exceed the page size, page size +1 is returned as size.
Performance
related to defect 00268683.0PR14Q4 closed AugustoMauch The getCount method of the ManageVariantsDS datasource computes all the records to get the total 
Issue History
2014-06-30 10:19alostaleNew Issue
2014-06-30 10:19alostaleAssigned To => AugustoMauch
2014-06-30 10:19alostaleModules => Core
2014-06-30 10:19alostaleTriggers an Emergency Pack => No
2014-06-30 10:19alostaleRelationship addedrelated to 0026868
2014-06-30 10:20alostaleTag Attached: Performance
2014-07-09 11:26shankarbReview Assigned To => AugustoMauch
2014-07-09 18:07shankarbIssue Monitored: AugustoMauch
2014-07-09 18:10hgbotCheckin
2014-07-09 18:10hgbotNote Added: 0068574
2014-07-09 18:10hgbotStatusnew => resolved
2014-07-09 18:10hgbotResolutionopen => fixed
2014-07-09 18:10hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/4146f2fbbf827f7bf021b62e61a28507a7e81907 [^]
2014-07-14 10:32AugustoMauchNote Added: 0068604
2014-07-14 10:32AugustoMauchStatusresolved => closed
2014-07-14 10:32AugustoMauchFixed in Version => PR14Q4
2014-08-08 18:52hudsonbotCheckin
2014-08-08 18:52hudsonbotNote Added: 0069148

Notes
(0068574)
hgbot   
2014-07-09 18:10   
Repository: erp/devel/pi
Changeset: 4146f2fbbf827f7bf021b62e61a28507a7e81907
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Wed Jul 09 14:44:15 2014 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/4146f2fbbf827f7bf021b62e61a28507a7e81907 [^]

Fixes Issue 26967: Grids in Process Definition count number of records

The pick and execute grids behave in the same manner standard windows grids do.
Total number of records is not counted, in case they exceed the page size,
page size +1 is returned as size, so that smartclient handles the additional call while scrolling.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
---
(0068604)
AugustoMauch   
2014-07-14 10:32   
Code reviewed and verified in pi@119c05bb76af
(0069148)
hudsonbot   
2014-08-08 18:52   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/4450016dee64 [^]
Maturity status: Test