Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025947Openbravo ERPA. Platformpublic2014-03-11 11:252014-03-16 06:02
AugustoMauch 
AugustoMauch 
immediatecriticalalways
closedfixed 
5
 
3.0PR14Q23.0PR14Q2 
shankarb
Core
Coding ( Testing )
2014-02-26
https://code.openbravo.com/erp/devel/pi/rev/20eb3426d990 [^]
No
0025947: Grouping is not working properly in the grid
When a grid is grouped, it is not showing properly the root nodes. The first root node is shown properly, but the rest are replaced by the records that would be shown in that position if thet first root node were opened.
- Open Business Partner
- Group the grid by organization
- The two root nodes should be:
  * F&B España S.A.
  * F&B US, Inc.
- Both root nodes should have the [+] icon to show that they have children. Instead, the displayed root nodes are:
  * F&B España S.A.
  * Other organization. In fact, the organization shown here is the same organization that will be shown in the F&B España S.A. root node is opened.

If F&B España is opened, the F&B US, Inc node can be found is the grid is scrolled down until the end.

No tags attached.
related to defect 00255343.0PR14Q2 closed AugustoMauch When grouping enabled is set in sales invoice window, the window is not correctly refreshed after booking an entry 
Issue History
2014-03-11 11:25AugustoMauchNew Issue
2014-03-11 11:25AugustoMauchAssigned To => AugustoMauch
2014-03-11 11:25AugustoMauchModules => Core
2014-03-11 11:25AugustoMauchTriggers an Emergency Pack => No
2014-03-11 11:26AugustoMauchRelationship addedrelated to 0025534
2014-03-11 11:26AugustoMauchRegression level => Coding ( Testing )
2014-03-11 11:26AugustoMauchRegression date => 2014-02-26
2014-03-11 11:26AugustoMauchRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/20eb3426d990 [^]
2014-03-11 11:29AugustoMauchStatusnew => scheduled
2014-03-11 11:29AugustoMauchfix_in_branch => pi
2014-03-11 12:56AugustoMauchIssue Monitored: shankarb
2014-03-11 13:00AugustoMauchReview Assigned To => shankarb
2014-03-11 13:00AugustoMauchfix_in_branchpi =>
2014-03-11 13:00hgbotCheckin
2014-03-11 13:00hgbotNote Added: 0065042
2014-03-11 13:00hgbotStatusscheduled => resolved
2014-03-11 13:00hgbotResolutionopen => fixed
2014-03-11 13:00hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/0c92bf8ef90f768e10151d44b13871060c51a7e7 [^]
2014-03-12 05:19hudsonbotCheckin
2014-03-12 05:19hudsonbotNote Added: 0065075
2014-03-16 06:02shankarbNote Added: 0065197
2014-03-16 06:02shankarbStatusresolved => closed
2014-03-16 06:02shankarbFixed in Version => PR14Q2

Notes
(0065042)
hgbot   
2014-03-11 13:00   
Repository: erp/devel/pi
Changeset: 0c92bf8ef90f768e10151d44b13871060c51a7e7
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Mar 11 12:56:41 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/0c92bf8ef90f768e10151d44b13871060c51a7e7 [^]

Fixes issue 25947: Grouping is not working properly in the grid

With the new version of smartclient it is no longer necessary to overwrite the Tree.getRange function. Now getRecord(1) should not return the record in the second position of the flattened tree, but the second root record, so it is no longer needed to getOpenList

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
(0065075)
hudsonbot   
2014-03-12 05:19   
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/82d89b03cb26 [^]
Maturity status: Test
(0065197)
shankarb   
2014-03-16 06:02   
Code reviewed and verified in pi changeset 09baf685138e.