Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0031647 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | always | 2015-12-02 20:02 | 2016-03-17 10:53 | |||
Reporter | caristu | View Status | public | |||||
Assigned To | caristu | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 3.0PR16Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 0759c894c939 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | alostale | |||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0031647: js error after pressing ESC key on empty grid parameter of a process definition | |||||||
Description | The following js error is thrown in the console: Uncaught TypeError: Cannot read property 'id' of null after pressing ESC key on empty grid parameter of a process definition | |||||||
Steps To Reproduce | 1) Go to the [Payment In] window 2) Create a new record in the header 3) Click on the Add Details button 4) In the Order/Invoice grid enter a filtering in order to display the grid empty 5) Having the focus on the filter, press ESC key | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0083196) hgbot (developer) 2016-01-11 16:16 |
Repository: erp/devel/pi Changeset: 0759c894c939251afbf8949c8b114ffaca69582c Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Mon Jan 11 13:20:26 2016 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/0759c894c939251afbf8949c8b114ffaca69582c [^] fixes issue 31647: error after press ESC on empty grid of a process definition The pneSelectionUpdated() function assumes that the actualRecord parameter is not null. If this method is invoked when a null or undefined value an error is thrown when trying to access to the id property of actualRecord. To prevent this error now we check if actualRecord is different from null and undefined before invoking pneSelectionUpdated() on the selectRecord() method of OBPickAndExecuteGrid --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js --- |
(0083339) alostale (viewer) 2016-01-15 11:24 |
code reviewed + tested |
(0085027) hudsonbot (viewer) 2016-03-17 10:53 |
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/b22fb0500156 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2015-12-02 20:02 | caristu | New Issue | |
2015-12-02 20:02 | caristu | Assigned To | => platform |
2015-12-02 20:02 | caristu | OBNetwork customer | => No |
2015-12-02 20:02 | caristu | Modules | => Core |
2015-12-02 20:02 | caristu | Triggers an Emergency Pack | => No |
2015-12-02 20:02 | caristu | Relationship added | related to 0027773 |
2015-12-10 09:39 | alostale | Status | new => acknowledged |
2016-01-11 16:16 | hgbot | Checkin | |
2016-01-11 16:16 | hgbot | Note Added: 0083196 | |
2016-01-11 16:16 | hgbot | Status | acknowledged => resolved |
2016-01-11 16:16 | hgbot | Resolution | open => fixed |
2016-01-11 16:16 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/0759c894c939251afbf8949c8b114ffaca69582c [^] |
2016-01-11 16:17 | caristu | Review Assigned To | => alostale |
2016-01-11 16:17 | caristu | Issue Monitored: alostale | |
2016-01-13 12:45 | caristu | Assigned To | platform => caristu |
2016-01-15 11:24 | alostale | Note Added: 0083339 | |
2016-01-15 11:24 | alostale | Status | resolved => closed |
2016-01-15 11:24 | alostale | Fixed in Version | => 3.0PR16Q2 |
2016-03-17 10:53 | hudsonbot | Checkin | |
2016-03-17 10:53 | hudsonbot | Note Added: 0085027 |
Copyright © 2000 - 2009 MantisBT Group |