Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020584 | Openbravo ERP | A. Platform | public | 2012-05-23 11:31 | 2023-07-11 05:14 |
|
Reporter | mtaal | |
Assigned To | guilleaer | |
Priority | normal | Severity | critical | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP12 | Fixed in Version | pi | |
Merge Request Status | |
Review Assigned To | |
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 | 0020584: JS error when resizing column in edit mode |
Description | When in grid editing mode and resizing the column a js errors. This is caused by this line in ob-view-form.js:
This error was introduced by this changeset:
https://code.openbravo.com/erp/devel/pi/diff/634e843d6f22/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js#l1.20 [^]
see the specific line |
Steps To Reproduce | Open sales order window, create a new header in grid mode, grid editing, resize a column an undefined js error occurs. |
Proposed Solution | Change this line:
this.view.toolBar.updateButtonState(true);
to:
me.view.toolBar.updateButtonState(true);
|
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-05-23 11:31 | mtaal | New Issue | |
2012-05-23 11:31 | mtaal | Assigned To | => marvintm |
2012-05-23 11:31 | mtaal | Modules | => Core |
2012-05-23 11:31 | mtaal | OBNetwork customer | => No |
2012-05-23 15:31 | guilleaer | Assigned To | marvintm => guilleaer |
2012-05-23 17:43 | hgbot | Checkin | |
2012-05-23 17:43 | hgbot | Note Added: 0048889 | |
2012-05-23 17:43 | hgbot | Status | new => resolved |
2012-05-23 17:43 | hgbot | Resolution | open => fixed |
2012-05-23 17:43 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d94e3a7bc14b3eaa6d87df323ed8ada31eafa909 [^] |
2012-05-23 17:47 | guilleaer | Note Added: 0048890 | |
2012-05-25 12:13 | hudsonbot | Checkin | |
2012-05-25 12:13 | hudsonbot | Note Added: 0049191 | |
2012-05-28 11:48 | migueldejuana | Note Added: 0049346 | |
2012-05-28 11:48 | migueldejuana | Status | resolved => closed |
2012-05-28 11:48 | migueldejuana | Fixed in Version | => pi |
2023-07-11 05:14 | thielmikayla | Note Added: 0152298 | |
2023-07-11 13:49 | shuehner | Note Deleted: 0152298 | |
Notes |
|
(0048889)
|
hgbot
|
2012-05-23 17:43
|
|
Repository: erp/devel/pi
Changeset: d94e3a7bc14b3eaa6d87df323ed8ada31eafa909
Author: Guillermo Álvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Wed May 23 17:42:00 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d94e3a7bc14b3eaa6d87df323ed8ada31eafa909 [^]
Fixed issue 20584: An error in the source code has been corrected.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
---
|
|
|
|
Test plan:
Follow the steps to reproduce. No errors are shown in the JS console after this fix.
This fix is not risky |
|
|
|
|
|
|
Code reviewed and verified on pi@c49d26d67c20 |
|