Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025986Openbravo ERPA. Platformpublic2014-03-13 17:032014-03-16 06:37
alostale 
AugustoMauch 
immediatemajorhave not tried
closedfixed 
5
 
3.0PR14Q2 
shankarb
Core
Pre packaging ( pi )
2014-02-26
https://code.openbravo.com/erp/devel/pi/rev/20eb3426d990 [^]
No
0025986: notes datasources are leaked
All notes smarclient datasources are leaked.
-In js console execute: var s = scopeleaks.snapshot()
-Open Sales Order window and close it
-In js console execute: scopeleaks.leaks(s)
  -> it returns: ["isc_OBPickAndExecuteDataSource_0", "isc_OBRestDataSource_0", "isc_OBRestDataSource_1", "isc_OBRestDataSource_2", "isc_OBRestDataSource_3", "isc_OBRestDataSource_4", "isc_OBRestDataSource_5", "isc_OBRestDataSource_6", "isc_OBRestDataSource_7"]

It should return []
Performance
related to defect 00259853.0PR14Q3 closed AugustoMauch P&E smarclient datasources are leaked 
related to feature request 0025574 closed dbaz Upgrade SmartClient 10.0d 
depends on defect 0023761 closed inigosanchez Memory leaks on the browser 
Issue History
2014-03-13 17:03alostaleNew Issue
2014-03-13 17:03alostaleAssigned To => AugustoMauch
2014-03-13 17:03alostaleModules => Core
2014-03-13 17:03alostaleTriggers an Emergency Pack => No
2014-03-13 17:04alostaleRelationship addedrelated to 0025985
2014-03-13 17:04alostaleRelationship addedrelated to 0025574
2014-03-13 17:05alostaleRegression level => Pre packaging ( pi )
2014-03-13 17:05alostaleRegression date => 2014-02-26
2014-03-13 17:05alostaleRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/20eb3426d990 [^]
2014-03-13 17:48alostaleSummarysmarclient datasources are leaked => notes datasources are leaked
2014-03-13 17:48alostaleDescription Updatedbug_revision_view_page.php?rev_id=5577#r5577
2014-03-13 18:06hgbotCheckin
2014-03-13 18:06hgbotNote Added: 0065141
2014-03-13 18:06hgbotStatusnew => resolved
2014-03-13 18:06hgbotResolutionopen => fixed
2014-03-13 18:06hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/f8fcc834d0c1d7a9aea606247a98b8af64f31a23 [^]
2014-03-13 18:07alostaleNote Added: 0065142
2014-03-13 18:14alostaleTag Attached: Performance
2014-03-13 18:18alostaleReview Assigned To => shankarb
2014-03-15 03:04hudsonbotCheckin
2014-03-15 03:04hudsonbotNote Added: 0065183
2014-03-16 06:37shankarbNote Added: 0065203
2014-03-16 06:37shankarbStatusresolved => closed
2014-03-16 06:37shankarbFixed in Version => PR14Q2
2014-05-23 07:56alostaleRelationship addeddepends on 0023761

Notes
(0065141)
hgbot   
2014-03-13 18:06   
Repository: erp/devel/pi
Changeset: f8fcc834d0c1d7a9aea606247a98b8af64f31a23
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Mar 13 18:06:12 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f8fcc834d0c1d7a9aea606247a98b8af64f31a23 [^]

fixed bug 25986: notes datasources are leaked

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
(0065142)
alostale   
2014-03-13 18:07   
After fix notes are not leaked but still P&E is

Tested notes continue working in the same way as before.
(0065183)
hudsonbot   
2014-03-15 03:04   
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/8396ec753aec [^]
Maturity status: Test
(0065203)
shankarb   
2014-03-16 06:37   
Code reviewed and verified in pi changeset 09baf685138e.