Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0021780 | Openbravo ERP | A. Platform | public | 2012-09-27 19:05 | 2012-09-28 14:39 |
|
Reporter | AugustoMauch | |
Assigned To | AugustoMauch | |
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP16 | |
Merge Request Status | |
Review Assigned To | dbaz |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Pre packaging ( pi ) |
Regression date | 2012-09-26 |
Regression introduced in release | |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/7b629f7cbfe32c335da14d978b46253380c7254d [^] |
Triggers an Emergency Pack | No |
|
Summary | 0021780: When a process is called from a second level tab, a javascript error appears in the terminal |
Description | When a process is called from a second level tab, a javascript error appears in the terminal due to a missing not null check. |
Steps To Reproduce | - Open the payment proposal window
- Create a new Payment proposal
- Focus the Lines tab, and add some lines using the Select Expected Payments process
- After the process finishes, an error similar to this will be shown in the monitor: Cannot read property <id> of null |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-09-27 19:05 | AugustoMauch | New Issue | |
2012-09-27 19:05 | AugustoMauch | Assigned To | => AugustoMauch |
2012-09-27 19:05 | AugustoMauch | Modules | => Core |
2012-09-27 19:05 | AugustoMauch | OBNetwork customer | => No |
2012-09-27 19:06 | AugustoMauch | Regression level | => Pre packaging ( pi ) |
2012-09-27 19:06 | AugustoMauch | Regression date | => 2012-09-26 |
2012-09-27 19:06 | AugustoMauch | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/7b629f7cbfe32c335da14d978b46253380c7254d [^] |
2012-09-27 19:06 | AugustoMauch | Issue Monitored: dbaz | |
2012-09-27 19:07 | AugustoMauch | Closed by | => dbaz |
2012-09-27 19:16 | hgbot | Checkin | |
2012-09-27 19:16 | hgbot | Note Added: 0052847 | |
2012-09-27 19:16 | hgbot | Status | new => resolved |
2012-09-27 19:16 | hgbot | Resolution | open => fixed |
2012-09-27 19:16 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/ea59c08f2c51bb7c3e1ffaf0b7b2980a62f5844e [^] |
2012-09-27 19:28 | AugustoMauch | Note Added: 0052848 | |
2012-09-27 23:03 | dbaz | Note Added: 0052851 | |
2012-09-27 23:03 | dbaz | Status | resolved => closed |
2012-09-27 23:03 | dbaz | Fixed in Version | => 3.0MP16 |
2012-09-27 23:03 | dbaz | Issue End Monitor: dbaz | |
2012-09-28 14:39 | hudsonbot | Checkin | |
2012-09-28 14:39 | hudsonbot | Note Added: 0052924 | |
Notes |
|
(0052847)
|
hgbot
|
2012-09-27 19:16
|
|
Repository: erp/devel/pi
Changeset: ea59c08f2c51bb7c3e1ffaf0b7b2980a62f5844e
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Thu Sep 27 19:13:09 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ea59c08f2c51bb7c3e1ffaf0b7b2980a62f5844e [^]
Fixes issue 21780: Added missing not null check
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
|
|
|
|
Other way to reproduce it:
- Open the Return from Customer window
- Create a new record in the reader
- Move to the lines tab
- Click on the Pick/Edit Lines process
- Select some lines and enter a value to its returned field field, and close the process.
- The lines tab will not be selected. If you try to refresh it, the error will appear in the console |
|
|
(0052851)
|
dbaz
|
2012-09-27 23:03
|
|
Reviewed @ changeset: 18066 - 3b92f8d1358a |
|
|
|
|