Notes |
|
(0099104)
|
hgbot
|
2017-09-18 12:30
|
|
Repository: erp/devel/pi
Changeset: acafcefbd0ae1c2a35fe8073323ee4f14904432f
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon Sep 18 12:28:51 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/acafcefbd0ae1c2a35fe8073323ee4f14904432f [^]
fixes bug 36151: org selector in process definition don't filter by role access
- When filtering by organization, if the organization (ORG_PARAMETER) if not specified, then filter the results taking into account just the readable organizations of the role
- When the organization is specified, then add in the filter all the organizations in the natural tree of the specified organization but restrict to those which can be directly (not derived) accessed by the role. In the case of organization selectors, do not apply this criteria but return the readable organizations of the role
---
M modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java
---
|
|
|
(0099165)
|
hgbot
|
2017-09-20 09:41
|
|
Repository: erp/devel/pi
Changeset: 16a1e0e90f6c1eaa8545ef6d026b51da69fdb8c7
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed Sep 20 09:21:47 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/16a1e0e90f6c1eaa8545ef6d026b51da69fdb8c7 [^]
related to bug 36151: take into account the access level to include the * org
---
M modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(0099492)
|
hgbot
|
2017-09-22 14:22
|
|
Repository: erp/devel/pi
Changeset: d91644da48fa51a49d2ccb5b8cde8d19179035e3
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Fri Sep 22 14:02:09 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d91644da48fa51a49d2ccb5b8cde8d19179035e3 [^]
related to issue 36151, 36863: added test case
---
M src-test/src/org/openbravo/test/AllWebserviceTests.java
A src-test/src/org/openbravo/test/datasource/OrganizationSelectorDataSourceTest.java
---
|
|
|
(0099500)
|
hgbot
|
2017-09-22 16:41
|
|
|
|
|
Repository: erp/devel/pi
Changeset: e638c65868bc
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon Sep 25 10:13:24 2017 +0200
URL: https://code.openbravo.com/erp/devel/pi/rev/e638c65868bc [^]
related to issues 36151, 36863 : code review improvements for test case
---
M src-test/src/org/openbravo/test/AllWebserviceTests.java
M src-test/src/org/openbravo/test/datasource/OrganizationSelectorDataSourceTest.java
--- |
|
|
(0099531)
|
hgbot
|
2017-09-25 12:28
(edited on: 2017-09-25 12:29) |
|
Repository: erp/devel/pi
Changeset: c8c81f25f650ad164d74f0ec8675d0e4f043b54d
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon Sep 25 12:08:56 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c8c81f25f650ad164d74f0ec8675d0e4f043b54d [^]
related to issue 36151: some readable orgs were excluded
When the _org parameter is set, the organization filter must be the intersection between the natural tree of the specified organization in that parameter and the readable organizations of the context role
---
M modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java
---
|
|
|
|
|
|
(0099547)
|
hgbot
|
2017-09-25 13:58
|
|
Repository: erp/devel/pi
Changeset: 2d57578de53ea9f94d6ce0e49d4e2f4a3ea71bf4
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon Sep 25 13:39:52 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/2d57578de53ea9f94d6ce0e49d4e2f4a3ea71bf4 [^]
related to issue 36151: added test case
Added a new test case to check that the different collections that can be retrieved using the OBContext class are always returned in a new instance.
---
M src-test/src/org/openbravo/test/AllAntTaskTests.java
M src-test/src/org/openbravo/test/AllQuickAntTaskTests.java
M src-test/src/org/openbravo/test/AllTests.java
M src-test/src/org/openbravo/test/AntTaskTests.java
A src-test/src/org/openbravo/test/security/OBContextCollectionsTest.java
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|