Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0040303 | Openbravo ERP | 01. General setup | public | 2019-03-01 08:26 | 2019-03-28 14:56 |
|
Reporter | pramodkumar | |
Assigned To | jarmendariz | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 3.0PR18Q2 | |
Target Version | | Fixed in Version | 3.0PR19Q2 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0040303: System allows to show all the organizations to the user who has access to only single organization |
Description | In OB user with access to one store can see all the different organizations under Organization Tab.
Although, user is not able to view any information in the sub tabs for all other organizations except logged in Organization but user should not be able to see the header information for all organizations as well.
|
Steps To Reproduce | 1. Create a new user e.g test
2. Assign a role, let say sales to the corresponding user.
3. Provide only one organization access to the role, let say Vall Blanca Store
4. Login as test
5. Go to the organization window, you can see all organization names. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0033166 | | closed | alostale | Role with access to one organization can edit all of them in Organization window |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2019-03-01 08:26 | pramodkumar | New Issue | |
2019-03-01 08:26 | pramodkumar | Assigned To | => Triage Finance |
2019-03-01 08:26 | pramodkumar | Modules | => Core |
2019-03-01 08:26 | pramodkumar | Resolution time | => 1551394800 |
2019-03-01 08:26 | pramodkumar | Regression date | => 2019-03-21 |
2019-03-01 08:26 | pramodkumar | Triggers an Emergency Pack | => No |
2019-03-04 16:29 | ngarcia | Resolution time | 1551394800 => 1553209200 |
2019-03-04 16:29 | ngarcia | Regression date | 2019-03-21 => |
2019-03-05 10:51 | pramodkumar | Resolution time | 1553209200 => 1553468400 |
2019-03-05 10:51 | pramodkumar | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=18384#r18384 |
2019-03-05 15:50 | Sandrahuguet | Assigned To | Triage Finance => AtulOpenbravo |
2019-03-08 10:33 | Sandrahuguet | Assigned To | AtulOpenbravo => platform |
2019-03-08 13:46 | jarmendariz | Assigned To | platform => jarmendariz |
2019-03-08 13:46 | jarmendariz | Status | new => scheduled |
2019-03-11 13:26 | jarmendariz | Relationship added | related to 0033166 |
2019-03-18 14:07 | hgbot | Checkin | |
2019-03-18 14:07 | hgbot | Note Added: 0110477 | |
2019-03-18 14:07 | hgbot | Status | scheduled => resolved |
2019-03-18 14:07 | hgbot | Resolution | open => fixed |
2019-03-18 14:07 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/cab170f3cdc519d3a7b35bc6e9198c0044075767 [^] |
2019-03-18 14:08 | jarmendariz | Review Assigned To | => alostale |
2019-03-26 08:56 | hgbot | Checkin | |
2019-03-26 08:56 | hgbot | Note Added: 0110641 | |
2019-03-26 08:57 | alostale | Note Added: 0110643 | |
2019-03-26 08:57 | alostale | Status | resolved => closed |
2019-03-26 08:57 | alostale | Fixed in Version | => 3.0PR19Q2 |
2019-03-28 14:56 | hudsonbot | Checkin | |
2019-03-28 14:56 | hudsonbot | Note Added: 0110872 | |
2019-03-28 14:56 | hudsonbot | Checkin | |
2019-03-28 14:56 | hudsonbot | Note Added: 0110890 | |
Notes |
|
(0110477)
|
hgbot
|
2019-03-18 14:07
|
|
Repository: erp/devel/pi
Changeset: cab170f3cdc519d3a7b35bc6e9198c0044075767
Author: Javier Armendáriz <javier.armendariz <at> openbravo.com>
Date: Tue Mar 12 19:24:58 2019 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/cab170f3cdc519d3a7b35bc6e9198c0044075767 [^]
Fixed issue 40303: Organization table shows all orgs regardless user visibility
Added an HQL where clause for the organization tab to filter properly its data.
---
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/TreeDatasourceService.java
M modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java
M src-db/database/sourcedata/AD_TAB.xml
M src-test/src/org/openbravo/test/AllWebserviceTests.java
A src-test/src/org/openbravo/test/datasource/OrganizationWindowRoleFilterTest.java
---
|
|
|
(0110641)
|
hgbot
|
2019-03-26 08:56
|
|
Repository: erp/devel/pi
Changeset: b76c05056de57c435fa9f0d654dc22f9cd9eca24
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Mar 26 08:54:44 2019 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/b76c05056de57c435fa9f0d654dc22f9cd9eca24 [^]
related to bug 40303: improved DataEntityQueryService log for array params
---
M modules/org.openbravo.service.json/src/org/openbravo/service/json/DataEntityQueryService.java
---
|
|
|
|
|
|
|
|
|
|
|