Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0031567Openbravo ERPB. User interfacepublic2015-11-24 19:002015-11-30 11:06
caristu 
caristu 
highminoralways
closedfixed 
5
 
3.0PR16Q1 
alostale
Core
No
0031567: Cancel button in toolbar is not disabled after canceling a record edition in grid
Cancel button in toolbar is not disabled after canceling a record edition in grid after not doing any change.
1) Go to the [Product] window
2) In grid view, edit an existing record
3) Cancel the edition using the cancel icon of the record or by pressing the ESC key
4) Notice that the cancel icon in the toolbar is still enabled
Call updateButtonState() after clicking on the cancel icon of the record
No tags attached.
related to defect 0031571 closed caristu Error after canceling a record edition under some circumstances 
Issue History
2015-11-24 19:00caristuNew Issue
2015-11-24 19:00caristuAssigned To => caristu
2015-11-24 19:00caristuModules => Core
2015-11-24 19:00caristuTriggers an Emergency Pack => No
2015-11-24 19:02caristuStatusnew => scheduled
2015-11-25 10:24caristuDescription Updatedbug_revision_view_page.php?rev_id=10350#r10350
2015-11-25 10:27caristuSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=10352#r10352
2015-11-25 10:27caristuReview Assigned To => alostale
2015-11-25 10:27caristuIssue Monitored: alostale
2015-11-25 10:27hgbotCheckin
2015-11-25 10:27hgbotNote Added: 0082321
2015-11-25 10:27hgbotStatusscheduled => resolved
2015-11-25 10:27hgbotResolutionopen => fixed
2015-11-25 10:27hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/080a9480a14609274f74c2b5d19086856fe40d34 [^]
2015-11-25 10:33caristuRelationship addedrelated to 0031571
2015-11-26 00:59hudsonbotCheckin
2015-11-26 00:59hudsonbotNote Added: 0082352
2015-11-30 11:06alostaleNote Added: 0082468
2015-11-30 11:06alostaleStatusresolved => closed
2015-11-30 11:06alostaleFixed in Version => 3.0PR16Q1

Notes
(0082321)
hgbot   
2015-11-25 10:27   
Repository: erp/devel/pi
Changeset: 080a9480a14609274f74c2b5d19086856fe40d34
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed Nov 25 10:26:27 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/080a9480a14609274f74c2b5d19086856fe40d34 [^]

fixes issue 31567: Cancel button not disabled after canceling a record edition

We force the update of the toolbar buttons after canceling the grid edition, with the mouse and with the keyboard (ESC key)

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
(0082352)
hudsonbot   
2015-11-26 00:59   
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/47856dce24b9 [^]
Maturity status: Test
(0082468)
alostale   
2015-11-30 11:06   
code reviewed + tested