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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0023495
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementmajoralways2013-04-05 10:582013-04-25 17:50
ReporterngarciaView Statuspublic 
Assigned Tongarcia 
PriorityurgentResolutionfixedFixed in Version3.0MP23
StatusclosedFix in branchFixed in SCM revision4aa1901ed6b6
ProjectionnoneETAnoneTarget Version3.0MP23
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tojonalegriaesarte
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0023495: Element Value could not be added to an account tree

DescriptionElement 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 ReproduceCheck 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 SolutionIn the ElementValueEventHandler.getNextSeqNo function replace the following line

if (nodes.size() > 0) {

for

if (nodes.size() > 0 && obc.list().get(0).getSequenceNumber()!=null) {
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(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 (developer)
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

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