Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0040370Openbravo ERPA. Platformpublic2019-03-13 09:502019-03-29 13:07
JONHM 
jarmendariz 
highminoralways
closedfixed 
5
 
3.0PR19Q2 
AugustoMauch
Core
No
0040370: Problems saving records in grid mode having summary functions set
There are problems when saving records in grid mode having summary functions set and using keyboard shortcuts to save the record. Some values dissapears in the UI when creating new lines in grid mode.
* See attached video with the steps to reproduce
- Open Attribute window and create a new one
- Switch to lines tab and set summary function 'Count'
- Create a new line in grid view, also use keyboard shorcuts to navigate and save (Tab key to navigate through fields and enter key to save):
http://wiki.openbravo.com/wiki/User_Interface_Introduction#Keyboard_Shortcuts [^]
- Once saved, create another line. Notice that the previous one has one field missing
No tags attached.
? Screencast 2019-03-13 09:40:44.mp4 (1,986,160) 2019-03-13 09:50
https://issues.openbravo.com/file_download.php?file_id=12741&type=bug
Issue History
2019-03-13 09:50JONHMNew Issue
2019-03-13 09:50JONHMAssigned To => platform
2019-03-13 09:50JONHMFile Added: Screencast 2019-03-13 09:40:44.mp4
2019-03-13 09:50JONHMModules => Core
2019-03-13 09:50JONHMTriggers an Emergency Pack => No
2019-03-25 16:36jarmendarizAssigned Toplatform => jarmendariz
2019-03-25 16:36jarmendarizStatusnew => scheduled
2019-03-26 09:13hgbotCheckin
2019-03-26 09:13hgbotNote Added: 0110645
2019-03-26 09:13hgbotStatusscheduled => resolved
2019-03-26 09:13hgbotResolutionopen => fixed
2019-03-26 09:13hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/a0588dfa7203273641ec7d6a3579f5040793d588 [^]
2019-03-26 09:15jarmendarizReview Assigned To => AugustoMauch
2019-03-28 14:56hudsonbotCheckin
2019-03-28 14:56hudsonbotNote Added: 0110891
2019-03-29 13:07AugustoMauchNote Added: 0110926
2019-03-29 13:07AugustoMauchStatusresolved => closed
2019-03-29 13:07AugustoMauchFixed in Version => 3.0PR19Q2

Notes
(0110645)
hgbot   
2019-03-26 09:13   
Repository: erp/devel/pi
Changeset: a0588dfa7203273641ec7d6a3579f5040793d588
Author: Javier Armendáriz <javier.armendariz <at> openbravo.com>
Date: Mon Mar 25 16:38:38 2019 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/a0588dfa7203273641ec7d6a3579f5040793d588 [^]

Fixed issue 40370: Problem saving record in grid mode with summary function.

This patch prevents the update of editor value while fetching the summary row
and the entry is still in edit mode, even though the entry is already saved.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
(0110891)
hudsonbot   
2019-03-28 14:56   
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/b2fbc1588df4 [^]
Maturity status: Test
(0110926)
AugustoMauch   
2019-03-29 13:07   
Code reviewed and verified