Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0026684Openbravo ERPA. Platformpublic2014-05-23 16:272014-06-27 04:06
alostale 
shankarb 
normalminorhave not tried
closedfixed 
5
 
3.0PR14Q33.0PR14Q3 
AugustoMauch
Core
No
0026684: Alert datasource has no pagination
When Alert Management window is opened, the requests to Alert datasource are launched without pagination. This can cause memory issues in case the number of active alerts for current role are big enough.
Open Alert Management and check datasource requests are not paginated
Performance
related to defect 00266833.0PR14Q3 closed alostale prevent unpaged datasource requests 
related to defect 00267343.0PR14Q3 closed shankarb Business Partner selector stops working in Financial Account window 
Issue History
2014-05-23 16:27alostaleNew Issue
2014-05-23 16:27alostaleAssigned To => AugustoMauch
2014-05-23 16:27alostaleModules => Core
2014-05-23 16:27alostaleTriggers an Emergency Pack => No
2014-05-23 16:27alostaleRelationship addedrelated to 0026683
2014-05-23 16:39alostaleTag Attached: Performance
2014-06-03 14:49alostaleRelationship addedrelated to 0026734
2014-06-04 08:36shankarbAssigned ToAugustoMauch => shankarb
2014-06-26 12:42shankarbReview Assigned To => AugustoMauch
2014-06-26 12:42shankarbIssue Monitored: AugustoMauch
2014-06-26 12:43hgbotCheckin
2014-06-26 12:43hgbotNote Added: 0068337
2014-06-26 12:43hgbotStatusnew => resolved
2014-06-26 12:43hgbotResolutionopen => fixed
2014-06-26 12:43hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/23c896bf9a39d7288890b5d5520563de04174e64 [^]
2014-06-26 13:33shankarbNote Added: 0068345
2014-06-26 17:26AugustoMauchNote Added: 0068370
2014-06-26 17:26AugustoMauchStatusresolved => closed
2014-06-26 17:26AugustoMauchFixed in Version => PR14Q3
2014-06-27 04:06hudsonbotCheckin
2014-06-27 04:06hudsonbotNote Added: 0068387

Notes
(0068337)
hgbot   
2014-06-26 12:43   
Repository: erp/devel/pi
Changeset: 23c896bf9a39d7288890b5d5520563de04174e64
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Thu Jun 26 14:24:16 2014 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/23c896bf9a39d7288890b5d5520563de04174e64 [^]

Fixes Issue 26684: Alert datasource has no pagination

Added pagination parameters to datasource request.
Since the request was done manually, the parameters had to be included.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-grid.js
---
(0068345)
shankarb   
2014-06-26 13:33   
The sample alert created from F&B to generate more rows.

select c_invoice_id as referencekey_id,
       documentno as record_id,
       0 as ad_role_id,
       null as ad_user_id,
       ad_column_identifier('C_Invoice',c_invoice_id,'en_US') as description,
       'Y' as isActive,
        ad_org_id,
        ad_client_id,
        now() as created,
        0 as createdBy,
        now() as updated,
        0 as updatedBy
from c_invoice
where DateInvoiced<now()

tab - Header - Sales Invoice
(0068370)
AugustoMauch   
2014-06-26 17:26   
Code reviewed and verified in pi@174b96a6fa01
(0068387)
hudsonbot   
2014-06-27 04:06   
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/c5640d5a10d4 [^]
Maturity status: Test