Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0019431
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminoralways2012-01-09 12:282012-01-25 17:34
ReportermarvintmView Statuspublic 
Assigned Tomarvintm 
PrioritynormalResolutionfixedFixed in Version3.0MP8
StatusclosedFix in branchFixed in SCM revisione680b3f84e34
ProjectionnoneETAnoneTarget Version3.0MP8
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0019431: A FIC request in NEW mode doesn't have rowId, but the backend is searching for a record with "null" id

DescriptionWhen 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.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(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 (developer)
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 (manager)
2012-01-25 17:34

Code reviewed and verified.

- 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: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
Powered by Mantis Bugtracker