Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0039660 | Openbravo ERP | A. Platform | public | 2018-11-21 11:58 | 2018-12-11 20:22 |
|
Reporter | Leyre | |
Assigned To | caristu | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR19Q1 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Production - Confirmed Stable |
Regression date | 2018-02-23 |
Regression introduced in release | 3.0PR18Q2 |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/4a1f3df29564b6dd12259981f941d0d5d74bebab [^] |
Triggers an Emergency Pack | No |
|
Summary | 0039660: Error deactivating an Organization |
Description | You can not consult information about an Organization that is deactivated |
Steps To Reproduce | 1. Log in to the Backoffice -> Openbravo/openbravo
https://livebuilds.openbravo.com/retail_mp_3.0RR18Q3.2/security/Login [^]
Role = The White Valley Group Admin - The White Valley Group
2. Deactivate an Organization, for example White Valley Spain S.A
3. End Session and log in again with the same user.
4. Check that the information of this Organization can not be consulted.
* This happens for example in the "Financial Account" window. You can not filter by White Valley Spain Organization. |
Proposed Solution | This worked correctly in the 18Q1 version. |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0039661 | 3.0PR18Q4 | closed | caristu | Error deactivating an Organization | depends on | backport | 0039662 | 3.0PR18Q3.3 | closed | caristu | Error deactivating an Organization | caused by | feature request | 0037980 | | closed | alostale | Improve organization cache in session |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-11-21 11:58 | Leyre | New Issue | |
2018-11-21 11:58 | Leyre | Assigned To | => platform |
2018-11-21 11:58 | Leyre | Modules | => Core |
2018-11-21 11:58 | Leyre | Regression date | => 2018-12-12 |
2018-11-21 11:58 | Leyre | Triggers an Emergency Pack | => No |
2018-11-21 12:04 | Leyre | Proposed Solution updated | |
2018-11-21 12:52 | caristu | Review Assigned To | => alostale |
2018-11-21 12:52 | caristu | Regression level | => Production - Confirmed Stable |
2018-11-21 12:52 | caristu | Regression date | 2018-12-12 => 2018-02-23 |
2018-11-21 12:52 | caristu | Regression introduced in release | => 3.0PR18Q2 |
2018-11-21 12:52 | caristu | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/4a1f3df29564b6dd12259981f941d0d5d74bebab [^] |
2018-11-21 12:52 | caristu | Assigned To | platform => caristu |
2018-11-21 12:52 | caristu | Status | new => scheduled |
2018-11-21 12:53 | caristu | Relationship added | caused by 0037980 |
2018-11-21 16:18 | hgbot | Checkin | |
2018-11-21 16:18 | hgbot | Note Added: 0108040 | |
2018-11-21 16:18 | hgbot | Status | scheduled => resolved |
2018-11-21 16:18 | hgbot | Resolution | open => fixed |
2018-11-21 16:18 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/5ad6a51b19f3fd143e26ec993b2a07ec3cda8d5b [^] |
2018-11-23 13:36 | alostale | Note Added: 0108081 | |
2018-11-23 13:36 | alostale | Status | resolved => closed |
2018-11-23 13:36 | alostale | Fixed in Version | => 3.0PR19Q1 |
2018-11-26 19:36 | hgbot | Checkin | |
2018-11-26 19:36 | hgbot | Note Added: 0108112 | |
2018-12-11 20:22 | hudsonbot | Checkin | |
2018-12-11 20:22 | hudsonbot | Note Added: 0108490 | |
2018-12-11 20:22 | hudsonbot | Checkin | |
2018-12-11 20:22 | hudsonbot | Note Added: 0108499 | |
Notes |
|
(0108040)
|
hgbot
|
2018-11-21 16:18
|
|
Repository: erp/devel/pi
Changeset: 5ad6a51b19f3fd143e26ec993b2a07ec3cda8d5b
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed Nov 21 12:59:10 2018 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/5ad6a51b19f3fd143e26ec993b2a07ec3cda8d5b [^]
fixes bug 39660: Standard DS isn't returning information of deactivated orgs
Before this changeset[1] access to inactive organization was being given because getOrganizationStructureProvider().getNaturalTree(o)) does not filter by active organizations.
Now that method is not being invoked when having direct access to "0" but the getOrganizations() method which indeed filters by active organizations.
In order to be consistent, now the getOrganizations() method does no longer filter by active.
---
M src/org/openbravo/dal/core/OBContext.java
---
|
|
|
|
|
|
(0108112)
|
hgbot
|
2018-11-26 19:36
|
|
|
|
|
|
|
|
|