Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025518Openbravo ERPA. Platformpublic2014-01-21 01:372014-02-12 18:29
egoitz 
AugustoMauch 
urgentmajoralways
closedfixed 
5
 
3.0PR14Q2 
shankarb
Core
Production - QA Approved
2013-12-10
https://code.openbravo.com/erp/devel/pi/rev/c2b7f19a54e9 [^]
No
0025518: After navigate back to a previosly opened window the selected records are cleared
After navigate back to a previously opened window the selected records are cleared.

If you open a new window and select a row on that window maintaining the previous window opened, the records selected are cleared when going back to the previous window.
Pre-condition - On "Grid Configuration at System Level" screen select the following:
- By default allow sorting: No
- By default allow filtering: Yes
- Text field filter behavior: Starts with
- Lazy filtering on grid: Yes
- Filter on change: No
- Threshold to filter: 500ms

Steps
1. Open the Sales Order window
2. Navigate to a record in a child tab (Lines tab for instance), and select that record.
3. Open the Purchase Order window
4. Navigate to a PO record and select it.
5. Click back to the sales order window
Result: the selected Sales Order line is “unselected”. The selected Sales Order Header is “unselected”. The Sales Order Line tab goes
blank and states: “Select a parent record in order to view its children here.”
Performance
Issue History
2014-01-21 01:37egoitzNew Issue
2014-01-21 01:37egoitzAssigned To => AugustoMauch
2014-01-21 01:37egoitzModules => Core
2014-01-21 01:37egoitzResolution time => 1391986800
2014-01-21 01:37egoitzTriggers an Emergency Pack => No
2014-01-21 01:42egoitzRegression level => Production - QA Approved
2014-01-21 01:42egoitzRegression date => 2013-12-10
2014-01-21 01:42egoitzRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/c2b7f19a54e9 [^]
2014-01-21 01:42egoitzTag Attached: Performance
2014-01-21 12:31AugustoMauchIssue Monitored: shankarb
2014-01-21 12:31AugustoMauchReview Assigned To => shankarb
2014-01-21 12:32hgbotCheckin
2014-01-21 12:32hgbotNote Added: 0063570
2014-01-21 12:32hgbotStatusnew => resolved
2014-01-21 12:32hgbotResolutionopen => fixed
2014-01-21 12:32hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/718d91334efff45cfad849783e8fd40212b44f3d [^]
2014-01-28 06:34shankarbNote Added: 0063729
2014-01-28 06:34shankarbStatusresolved => closed
2014-01-28 06:35shankarbFixed in Version => 3.0MP32
2014-02-12 18:29hudsonbotCheckin
2014-02-12 18:29hudsonbotNote Added: 0064101

Notes
(0063570)
hgbot   
2014-01-21 12:32   
Repository: erp/devel/pi
Changeset: 718d91334efff45cfad849783e8fd40212b44f3d
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Jan 21 12:31:02 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/718d91334efff45cfad849783e8fd40212b44f3d [^]

Fixes issue 25518: Record selections are not wrongfully cleared

If the grid is filtering lazily, the initial automatical fetch must be prevented. The problem was that not only this was being prevented, also this command was
 not being executed it lazyFiltering was true:

this.refreshContents = false;

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
(0063729)
shankarb   
2014-01-28 06:34   
Code reviewed and verified in pi changeset 9b47b9cdf8c1.
(0064101)
hudsonbot   
2014-02-12 18:29   
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/d1a5bb862230 [^]
Maturity status: Test