Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0023495 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | major | always | 2013-04-05 10:58 | 2013-04-25 17:50 | |||
Reporter | ngarcia | View Status | public | |||||
Assigned To | ngarcia | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 3.0MP23 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 4aa1901ed6b6 | ||||
Projection | none | ETA | none | Target Version | 3.0MP23 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | jonalegriaesarte | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | 20414 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0023495: Element Value could not be added to an account tree | |||||||
Description | Element Value could not be added to an account tree, if there exists an entry in the AD_TreeNode table with AD_Tree_ID - identifier of the Tree configured to the Account Tree where the elementvalue is included Parent_id - '0' SeqNo - null | |||||||
Steps To Reproduce | Check if there exists a record in the AD_TreeNode which has the previous explained values. If not, you should create one through database As group admin role: Go to Account Tree window and select one record Try to create a new Element Value with a search key value different from 0 It could not be saved but no error message is shown A null pointer exception is raised | |||||||
Proposed Solution | In the ElementValueEventHandler.getNextSeqNo function replace the following line if (nodes.size() > 0) { for if (nodes.size() > 0 && obc.list().get(0).getSequenceNumber()!=null) { | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0058027) hgbot (developer) 2013-04-18 18:40 |
Repository: erp/devel/pi Changeset: 4aa1901ed6b64b4984a04abf3a19719cecc73086 Author: Naiara Garcia <naiara.garcia <at> openbravo.com> Date: Thu Apr 18 15:29:36 2013 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/4aa1901ed6b64b4984a04abf3a19719cecc73086 [^] Fixed issue 23495: Element Value could not be added to an account tree --- M modules/org.openbravo.client.application/src/org/openbravo/client/application/event/ElementValueEventHandler.java --- |
(0058053) hudsonbot (viewer) 2013-04-19 12:53 |
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/872081925d42 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2013-04-05 10:58 | ngarcia | New Issue | |
2013-04-05 10:58 | ngarcia | Assigned To | => dmiguelez |
2013-04-05 10:58 | ngarcia | Modules | => Core |
2013-04-05 10:58 | ngarcia | OBNetwork customer | => Yes |
2013-04-05 10:58 | ngarcia | Support ticket | => 20414 |
2013-04-05 10:58 | ngarcia | Resolution time | => 1367964000 |
2013-04-05 10:58 | ngarcia | Triggers an Emergency Pack | => No |
2013-04-05 10:58 | ngarcia | Issue Monitored: networkb | |
2013-04-05 14:45 | dmiguelez | Assigned To | dmiguelez => jonalegriaesarte |
2013-04-18 14:59 | ngarcia | Assigned To | jonalegriaesarte => ngarcia |
2013-04-18 18:40 | hgbot | Checkin | |
2013-04-18 18:40 | hgbot | Note Added: 0058027 | |
2013-04-18 18:40 | hgbot | Status | new => resolved |
2013-04-18 18:40 | hgbot | Resolution | open => fixed |
2013-04-18 18:40 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/4aa1901ed6b64b4984a04abf3a19719cecc73086 [^] |
2013-04-19 12:53 | hudsonbot | Checkin | |
2013-04-19 12:53 | hudsonbot | Note Added: 0058053 | |
2013-04-25 17:50 | jonalegriaesarte | Review Assigned To | => jonalegriaesarte |
2013-04-25 17:50 | jonalegriaesarte | Status | resolved => closed |
2013-04-25 17:50 | jonalegriaesarte | Fixed in Version | => 3.0MP23 |
Copyright © 2000 - 2009 MantisBT Group |