Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0023574Openbravo ERPA. Platformpublic2013-04-17 17:172013-05-23 01:33
jecharri 
AugustoMauch 
highminoralways
closedfixed 
5
pi 
3.0MP243.0MP24 
shankarb
Google Chrome
Core
No
0023574: When you group the records and you process one, you can not see the message and the grid is not refreshed
When you group the records and you process one, you can not see the message and the grid is not refreshed
-login in the ERP
-go to sales order
-create an order in draft
-group the records by "transaction document"
-select the order that you have created previously and process.

Verify that you can not see success message and also the grip is not updated with status = 'Booked'
No tags attached.
Issue History
2013-04-17 17:17jecharriNew Issue
2013-04-17 17:17jecharriAssigned To => AugustoMauch
2013-04-17 17:17jecharriWeb browser => Google Chrome
2013-04-17 17:17jecharriModules => Core
2013-04-17 17:17jecharriResolution time => 1372629600
2013-04-17 17:17jecharriTriggers an Emergency Pack => No
2013-05-17 11:43AugustoMauchIssue Monitored: shankarb
2013-05-17 11:44AugustoMauchReview Assigned To => shankarb
2013-05-17 11:44AugustoMauchWeb browserGoogle Chrome => Google Chrome
2013-05-17 11:45hgbotCheckin
2013-05-17 11:45hgbotNote Added: 0058682
2013-05-17 11:45hgbotStatusnew => resolved
2013-05-17 11:45hgbotResolutionopen => fixed
2013-05-17 11:45hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ff002e94860234fe8b0972540588af46cd027c3a [^]
2013-05-19 10:40shankarbNote Added: 0058689
2013-05-19 10:40shankarbStatusresolved => closed
2013-05-19 10:40shankarbFixed in Version => 3.0MP24
2013-05-23 01:33hudsonbotCheckin
2013-05-23 01:33hudsonbotNote Added: 0058827

Notes
(0058682)
hgbot   
2013-05-17 11:45   
Repository: erp/devel/pi
Changeset: ff002e94860234fe8b0972540588af46cd027c3a
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri May 17 11:43:34 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ff002e94860234fe8b0972540588af46cd027c3a [^]

Fixes issue 23574: Return message of process is shown with grid grouped columns

After processing an order with a column grouped in the grid the record was not being refreshed and the return message was not being showed because there was a javascript exception.

The problem was that if the grid has grouped columns, its data property does not have the updateCacheData function. This has been fixed by only executing that part of the code if the grid.data property has the updateCacheData function.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
(0058689)
shankarb   
2013-05-19 10:40   
Code reviewed and tested in pi changeset 2f11b5d67c9a
(0058827)
hudsonbot   
2013-05-23 01:33   
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/97c7f6256af7 [^]

Maturity status: Test