Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0019431 | Openbravo ERP | A. Platform | public | 2012-01-09 12:28 | 2012-01-25 17:34 |
|
Reporter | marvintm | |
Assigned To | marvintm | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP8 | Fixed in Version | 3.0MP8 | |
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 | 0019431: A FIC request in NEW mode doesn't have rowId, but the backend is searching for a record with "null" id |
Description | When a new record is created, a call to the Form Initialization Component with NEW mode is done. This call incorrectly attempts to search for a record with "null" id. This happens because the rowId is set to null in the frontend, but the backend reads the "null" string. |
Steps To Reproduce | - Go to the Sales Invoice window.
- Create a new invoice. Verify that the following line:
row = OBDal.getInstance().get(tab.getTable().getName(), rowId);
(line number 150)
is executed. However, it should not be, as we are not sending a rowId. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-01-09 12:28 | marvintm | New Issue | |
2012-01-09 12:28 | marvintm | Assigned To | => marvintm |
2012-01-09 12:28 | marvintm | Modules | => Core |
2012-01-09 12:28 | marvintm | OBNetwork customer | => No |
2012-01-09 12:43 | hgbot | Checkin | |
2012-01-09 12:43 | hgbot | Note Added: 0044146 | |
2012-01-09 12:43 | hgbot | Status | new => resolved |
2012-01-09 12:43 | hgbot | Resolution | open => fixed |
2012-01-09 12:43 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e680b3f84e34c276b1739f8cd34f1c8273197065 [^] |
2012-01-12 10:26 | hudsonbot | Checkin | |
2012-01-12 10:26 | hudsonbot | Note Added: 0044292 | |
2012-01-25 17:34 | AugustoMauch | Note Added: 0044575 | |
2012-01-25 17:34 | AugustoMauch | Status | resolved => closed |
2012-01-25 17:34 | AugustoMauch | Fixed in Version | => 3.0MP8 |