Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025985 | Openbravo ERP | A. Platform | public | 2014-03-13 17:00 | 2014-05-26 08:59 |
|
Reporter | alostale | |
Assigned To | AugustoMauch | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR14Q3 | Fixed in Version | 3.0PR14Q3 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0025985: P&E smarclient datasources are leaked |
Description | P&E 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"]
It should return [] |
Proposed Solution | |
Additional Information | |
Tags | Performance |
Relationships | related to | defect | 0023761 | | closed | inigosanchez | Memory leaks on the browser | related to | defect | 0025986 | | closed | AugustoMauch | notes datasources are leaked |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-03-13 17:00 | alostale | New Issue | |
2014-03-13 17:00 | alostale | Assigned To | => AugustoMauch |
2014-03-13 17:00 | alostale | Modules | => Core |
2014-03-13 17:00 | alostale | Triggers an Emergency Pack | => No |
2014-03-13 17:00 | alostale | Relationship added | related to 0023761 |
2014-03-13 17:04 | alostale | Relationship added | related to 0025986 |
2014-03-13 18:13 | alostale | Tag Attached: Performance | |
2014-03-21 10:58 | alostale | Target Version | PR14Q2 => PR14Q3 |
2014-04-23 15:43 | shuehner | Issue Monitored: shuehner | |
2014-05-22 20:28 | hgbot | Checkin | |
2014-05-22 20:28 | hgbot | Note Added: 0067388 | |
2014-05-22 20:28 | hgbot | Status | new => resolved |
2014-05-22 20:28 | hgbot | Resolution | open => fixed |
2014-05-22 20:28 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/1825749c075f1e26819f82851cda79edc0dd96b3 [^] |
2014-05-23 07:24 | hudsonbot | Checkin | |
2014-05-23 07:24 | hudsonbot | Note Added: 0067397 | |
2014-05-26 08:59 | alostale | Review Assigned To | => alostale |
2014-05-26 08:59 | alostale | Note Added: 0067430 | |
2014-05-26 08:59 | alostale | Status | resolved => closed |
2014-05-26 08:59 | alostale | Fixed in Version | => PR14Q3 |
Notes |
|
(0067388)
|
hgbot
|
2014-05-22 20:28
|
|
Repository: erp/devel/pi
Changeset: 1825749c075f1e26819f82851cda79edc0dd96b3
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri May 02 14:29:47 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/1825749c075f1e26819f82851cda79edc0dd96b3 [^]
[pw3] Datasource of P&E grids is no longer leaked
Fixes issue 25985 https://issues.openbravo.com/view.php?id=25985. [^] The datasource for the grid is now created once the grid is created, not before. Then, when the grid is destroyed, its datasource is also destroyed.
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-pick-and-execute-view-tab.js.ftl
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewTab.java
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-view.js
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceComponent.java
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/templates/datasource.ftl
---
|
|
|
|
|
|
|
code reviewed
Tested in Sales Order, Return to Vendor and Return from Customer windows.
Opening and closing the tabs as well as opening P&E window.
In none of the cases leaks were detected. |
|