Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0031885Openbravo ERPA. Platformpublic2016-01-12 18:502016-01-15 11:20
malsasua 
caristu 
normalminoralways
closedfixed 
5
 
3.0PR15Q4.23.0PR15Q4.2 
alostale
Core
Production - Confirmed Stable
2014-03-05
3.0PR14Q2
https://code.openbravo.com/erp/devel/pi/rev/a652f7e46643 [^]
No
0031885: the trees in the application can not be updated when preference "Use classic popup tree" is enabled
when a tree is displayed in classic mode (adding the preference "Use classic popup tree"), it can not be modified: if you move one element from one parent to other parent, and you close and open again the tree, the change has not been applied
. configure the preference "Use classic popup tree"
. go to window "product category"
. create new record:
  . name: test
  . is summary: Y
. click in tree button
. move the product category "Bio" inside of "test" node
. close the popup
. open tree again
the element "Bio" is not displayed inside of "test" node
No tags attached.
blocks defect 0031867 closed caristu the trees in the application can not be updated when preference "Use classic popup tree" is enabled 
Issue History
2016-01-14 10:26caristuTypedefect => backport
2016-01-14 10:26caristuTarget Version => 3.0PR15Q4.2
2016-01-14 11:00hgbotCheckin
2016-01-14 11:00hgbotNote Added: 0083283
2016-01-14 11:00hgbotStatusscheduled => resolved
2016-01-14 11:00hgbotResolutionopen => fixed
2016-01-14 11:00hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR15Q4.2/rev/d5121b5544abdf59e853eab6f064158af6a7847c [^]
2016-01-15 10:00hgbotCheckin
2016-01-15 10:00hgbotNote Added: 0083330
2016-01-15 11:20alostaleReview Assigned To => alostale
2016-01-15 11:20alostaleNote Added: 0083336
2016-01-15 11:20alostaleStatusresolved => closed
2016-01-15 11:20alostaleFixed in Version => 3.0PR15Q4.2

Notes
(0083283)
hgbot   
2016-01-14 11:00   
Repository: erp/backports/3.0PR15Q4.2
Changeset: d5121b5544abdf59e853eab6f064158af6a7847c
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Thu Jan 14 10:59:53 2016 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q4.2/rev/d5121b5544abdf59e853eab6f064158af6a7847c [^]

fixes issue 31885: can not move tree nodes in classic mode

When moving tree nodes using the classic mode there is a point where the process tries to recover the tree type. This information is stored in the ADTable entity which can not be accessed by non system roles. To prevent this error now the part where the tree type is recovered is executed using the DAL admin mode.

---
M src/org/openbravo/erpCommon/utility/WindowTree.java
---
(0083330)
hgbot   
2016-01-15 10:00   
Repository: erp/backports/3.0PR15Q4.2
Changeset: 1e79e1e9676578736d877734eba4f9d70b41b66c
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Fri Jan 15 09:59:39 2016 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q4.2/rev/1e79e1e9676578736d877734eba4f9d70b41b66c [^]

related to issue 31885: code review improvement

---
M src/org/openbravo/erpCommon/utility/WindowTree.java
---
(0083336)
alostale   
2016-01-15 11:20   
code reviewed + tested