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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0004240
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementminoralways2008-07-01 10:452008-12-14 18:51
ReportercromeroView Statuspublic 
Assigned Togorka_gil 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchpiFixed in SCM revision5858
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.5
OS Version2.40alphaDatabase version8.3Ant version1.5
Product VersionpiSCM revision 
Merge Request Status
Review Assigned To
OBNetwork customerNo
Web browser
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0004240: Problem in Product Dimension opening the tree

DescriptionWhen you click in the tee icon in the Product dimension tab you get an error:
      
Error:
Session attribute required: 283|S_ExpenseType_ID

It also happen in 2.3x branch
Steps To Reproduce* Go to Financial Management || Accounting || Setup || Accounting Dimension || Product Dimension
* Click tree icon
TagsNo tags attached.
Attached Filespng file icon Pantallazo-2.png [^] (276,857 bytes) 2008-07-01 10:45

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 0004241 closedgorka_gil Problem in Product Dimension opening the tree 

-  Notes
(0008124)
gorka_gil (administrator)
2008-07-02 13:14

The problem is that in product table there is a foreing key with null values (S_ExpenseType_ID).

A proposed solution is to make no mandatory the parent of a tree element:

   Replace in WindowTree.java, in line 66:

   --- String strData = vars.getGlobalVariable(strField, parents[i].nodeId + "|" + parents[i].name);

   for

   +++ String strData = vars.getGlobalVariable(strField, parents[i].nodeId + "|" + parents[i].name, "");
(0008301)
svnbot (viewer)
2008-07-15 17:32

Repository: openbravo
Revision: 5858
Author: gorka_gil
Date: 2008-07-15 17:32:47 +0200 (Tue, 15 Jul 2008)

fixed bug 4240 deleted deprecated code in WindowTree.java

---
U trunk/src/org/openbravo/erpCommon/utility/WindowTree.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=5858&sc=1 [^]
(0011308)
psarobe (viewer)
2008-12-14 18:51

Verify in trunk

- Issue History
Date Modified Username Field Change
2008-07-01 10:45 cromero New Issue
2008-07-01 10:45 cromero Assigned To => gorka_gil
2008-07-01 10:45 cromero sf_bug_id 0 => 2007509
2008-07-01 10:45 cromero File Added: Pantallazo-2.png
2008-07-01 10:45 cromero OBNetwork customer => No
2008-07-01 10:46 cromero Status new => scheduled
2008-07-01 10:46 cromero fix_in_branch => trunk
2008-07-02 13:14 gorka_gil Note Added: 0008124
2008-07-15 17:32 svnbot Checkin
2008-07-15 17:32 svnbot Note Added: 0008301
2008-07-15 17:32 svnbot Status scheduled => resolved
2008-07-15 17:32 svnbot Resolution open => fixed
2008-07-15 17:32 svnbot svn_revision => 5858
2008-12-14 18:51 psarobe Regression testing => No
2008-12-14 18:51 psarobe Status resolved => closed
2008-12-14 18:51 psarobe Note Added: 0011308


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker