Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025986 | Openbravo ERP | A. Platform | public | 2014-03-13 17:03 | 2014-03-16 06:37 |
|
Reporter | alostale | |
Assigned To | AugustoMauch | |
Priority | immediate | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR14Q2 | |
Merge Request Status | |
Review Assigned To | shankarb |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Pre packaging ( pi ) |
Regression date | 2014-02-26 |
Regression introduced in release | |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/20eb3426d990 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0025986: notes datasources are leaked |
Description | All notes smarclient datasources are leaked. |
Steps To Reproduce | -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 [] |
Proposed Solution | |
Additional Information | |
Tags | Performance |
Relationships | related to | defect | 0025985 | 3.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 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-03-13 17:03 | alostale | New Issue | |
2014-03-13 17:03 | alostale | Assigned To | => AugustoMauch |
2014-03-13 17:03 | alostale | Modules | => Core |
2014-03-13 17:03 | alostale | Triggers an Emergency Pack | => No |
2014-03-13 17:04 | alostale | Relationship added | related to 0025985 |
2014-03-13 17:04 | alostale | Relationship added | related to 0025574 |
2014-03-13 17:05 | alostale | Regression level | => Pre packaging ( pi ) |
2014-03-13 17:05 | alostale | Regression date | => 2014-02-26 |
2014-03-13 17:05 | alostale | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/20eb3426d990 [^] |
2014-03-13 17:48 | alostale | Summary | smarclient datasources are leaked => notes datasources are leaked |
2014-03-13 17:48 | alostale | Description Updated | bug_revision_view_page.php?rev_id=5577#r5577 |
2014-03-13 18:06 | hgbot | Checkin | |
2014-03-13 18:06 | hgbot | Note Added: 0065141 | |
2014-03-13 18:06 | hgbot | Status | new => resolved |
2014-03-13 18:06 | hgbot | Resolution | open => fixed |
2014-03-13 18:06 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f8fcc834d0c1d7a9aea606247a98b8af64f31a23 [^] |
2014-03-13 18:07 | alostale | Note Added: 0065142 | |
2014-03-13 18:14 | alostale | Tag Attached: Performance | |
2014-03-13 18:18 | alostale | Review Assigned To | => shankarb |
2014-03-15 03:04 | hudsonbot | Checkin | |
2014-03-15 03:04 | hudsonbot | Note Added: 0065183 | |
2014-03-16 06:37 | shankarb | Note Added: 0065203 | |
2014-03-16 06:37 | shankarb | Status | resolved => closed |
2014-03-16 06:37 | shankarb | Fixed in Version | => PR14Q2 |
2014-05-23 07:56 | alostale | Relationship added | depends 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
---
|
|
|
|
After fix notes are not leaked but still P&E is
Tested notes continue working in the same way as before. |
|
|
|
|
|
(0065203)
|
shankarb
|
2014-03-16 06:37
|
|
Code reviewed and verified in pi changeset 09baf685138e. |
|