Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0031867 | Openbravo ERP | A. Platform | public | 2016-01-12 18:50 | 2017-09-14 13:32 |
|
Reporter | malsasua | |
Assigned To | caristu | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR16Q2 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Production - Confirmed Stable |
Regression date | 2014-03-05 |
Regression introduced in release | 3.0PR14Q2 |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/a652f7e46643 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0031867: the trees in the application can not be updated when preference "Use classic popup tree" is enabled |
Description | 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 |
Steps To Reproduce | . 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 |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0031884 | 3.0PR16Q1 | closed | caristu | the trees in the application can not be updated when preference "Use classic popup tree" is enabled | depends on | backport | 0031885 | 3.0PR15Q4.2 | closed | caristu | the trees in the application can not be updated when preference "Use classic popup tree" is enabled | depends on | backport | 0031886 | 3.0PR15Q3.5 | closed | caristu | the trees in the application can not be updated when preference "Use classic popup tree" is enabled | caused by | feature request | 0025906 | 3.0PR14Q2 | closed | AugustoMauch | Tree Extension Project |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-01-12 18:50 | malsasua | New Issue | |
2016-01-12 18:50 | malsasua | Assigned To | => platform |
2016-01-12 18:50 | malsasua | Modules | => Core |
2016-01-12 18:50 | malsasua | Triggers an Emergency Pack | => No |
2016-01-13 15:26 | alostale | Relationship added | related to 0031870 |
2016-01-13 15:26 | alostale | Status | new => acknowledged |
2016-01-13 18:33 | caristu | Regression level | => Production - Confirmed Stable |
2016-01-13 18:33 | caristu | Regression date | => 2014-03-05 |
2016-01-13 18:33 | caristu | Regression introduced in release | => 3.0PR14Q2 |
2016-01-13 18:33 | caristu | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/a652f7e46643 [^] |
2016-01-13 18:35 | caristu | Assigned To | platform => caristu |
2016-01-13 18:49 | caristu | Note Added: 0083270 | |
2016-01-13 18:49 | caristu | File Added: issue31870.diff | |
2016-01-14 10:26 | caristu | Status | acknowledged => scheduled |
2016-01-14 10:50 | caristu | File Deleted: issue31870.diff | |
2016-01-14 10:55 | hgbot | Checkin | |
2016-01-14 10:55 | hgbot | Note Added: 0083280 | |
2016-01-14 10:55 | hgbot | Status | scheduled => resolved |
2016-01-14 10:55 | hgbot | Resolution | open => fixed |
2016-01-14 10:55 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e913a860b967fdafd039d5299335b12d25dc2010 [^] |
2016-01-15 08:29 | alostale | Relationship added | caused by 0025906 |
2016-01-15 09:54 | hgbot | Checkin | |
2016-01-15 09:54 | hgbot | Note Added: 0083328 | |
2016-01-15 10:23 | caristu | Note Added: 0083332 | |
2016-01-15 10:23 | caristu | Note Edited: 0083332 | bug_revision_view_page.php?bugnote_id=0083332#r10640 |
2016-01-15 11:19 | alostale | Review Assigned To | => alostale |
2016-01-15 11:19 | alostale | Note Added: 0083334 | |
2016-01-15 11:19 | alostale | Status | resolved => closed |
2016-01-15 11:19 | alostale | Fixed in Version | => 3.0PR16Q2 |
2016-03-17 10:54 | hudsonbot | Checkin | |
2016-03-17 10:54 | hudsonbot | Note Added: 0085044 | |
2016-03-17 10:54 | hudsonbot | Checkin | |
2016-03-17 10:54 | hudsonbot | Note Added: 0085048 | |
2017-09-14 13:32 | caristu | Relationship deleted | related to 0031870 |
Notes |
|
|
The following error is displayed in the log after trying to move a node in "classic mode":
ERROR org.openbravo.base.exception.OBSecurityException - Entity ADTable is not directly readable, only id and identifier properties are readable, property ADTable.treeType is neither of these.
org.openbravo.base.exception.OBSecurityException: Entity ADTable is not directly readable, only id and identifier properties are readable, property ADTable.treeType is neither of these.
The problem is that some part of the code requires to be executed in admin mode. Attached the patch with the fix. |
|
|
(0083280)
|
hgbot
|
2016-01-14 10:55
|
|
Repository: erp/devel/pi
Changeset: e913a860b967fdafd039d5299335b12d25dc2010
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Thu Jan 14 10:49:51 2016 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/e913a860b967fdafd039d5299335b12d25dc2010 [^]
fixes issue 31867: 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
---
|
|
|
(0083328)
|
hgbot
|
2016-01-15 09:54
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|