Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0004240 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | minor | always | 2008-07-01 10:45 | 2008-12-14 18:51 | |||
Reporter | cromero | View Status | public | |||||
Assigned To | gorka_gil | |||||||
Priority | high | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 5858 | |||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.5 | |||
OS Version | 2.40alpha | Database version | 8.3 | Ant version | 1.5 | |||
Product Version | pi | 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 | 0004240: Problem in Product Dimension opening the tree | |||||||
Description | When 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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
||||||||
|
![]() |
|
(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 |
![]() |
|||
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 |