Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0019431 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | always | 2012-01-09 12:28 | 2012-01-25 17:34 | |||
Reporter | marvintm | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0MP8 | |||
Status | closed | Fix in branch | Fixed in SCM revision | e680b3f84e34 | ||||
Projection | none | ETA | none | Target Version | 3.0MP8 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
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. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0044146) hgbot (developer) 2012-01-09 12:43 |
Repository: erp/devel/pi Changeset: e680b3f84e34c276b1739f8cd34f1c8273197065 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Mon Jan 09 12:29:14 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/e680b3f84e34c276b1739f8cd34f1c8273197065 [^] Fixed issue 19431. When there is no rowId, the row will not be retrieved from the database --- M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java --- |
(0044292) hudsonbot (viewer) 2012-01-12 10:26 |
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/e05372cda9e0 [^] Maturity status: Test |
(0044575) AugustoMauch (administrator) 2012-01-25 17:34 |
Code reviewed and verified. |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |