Notes |
|
(0100479)
|
caristu
|
2017-11-13 12:59
(edited on: 2017-11-13 13:01) |
|
|
|
(0100518)
|
hgbot
|
2017-11-14 14:13
|
|
Repository: erp/devel/pi
Changeset: e93ad7f316fcbb91f7a65428f8102544132dff09
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Tue Nov 14 14:13:19 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/e93ad7f316fcbb91f7a65428f8102544132dff09 [^]
Related with issue 37278: Added test case
---
M src-test/src/org/openbravo/test/AllAntTaskTests.java
A src-test/src/org/openbravo/test/security/RoleListForTheCurrentUser.java
---
|
|
|
(0100519)
|
hgbot
|
2017-11-14 14:16
|
|
Repository: erp/devel/pi
Changeset: 50ec19da3e97d69075825368d2b4add0f95eacc1
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Tue Nov 14 14:15:07 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/50ec19da3e97d69075825368d2b4add0f95eacc1 [^]
Fixed issue 37278: Deactivated roles are displayed in the user profile widget
The problem was caused by the "Improve scalability of the login process" project. When improving the performance
of the query that return the complete role list for the current user, the OBQuery instance used to generate it was
replaced with a Query instance. The first includes by default the filter by is active.
To fix the problem this filter must be added manually in the query. Now the problem has been resolved by take into
account this filter.
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/UserInfoComponent.java
---
|
|
|
|
|
|
(0100524)
|
hgbot
|
2017-11-14 18:44
|
|
|
|
(0100528)
|
hgbot
|
2017-11-15 14:19
|
|
Repository: erp/devel/pi
Changeset: f8d496311f36bda45a1d46d08b680ee6cda23e0b
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Wed Nov 15 14:15:27 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f8d496311f36bda45a1d46d08b680ee6cda23e0b [^]
Related with issue 37278: Test is defined in the wrong suite
Moved test case to the AllWebserviceTests suite.
---
M src-test/src/org/openbravo/test/AllAntTaskTests.java
M src-test/src/org/openbravo/test/AllWebserviceTests.java
---
|
|
|
(0100529)
|
hgbot
|
2017-11-15 14:19
|
|
|
|
(0100542)
|
hgbot
|
2017-11-16 09:53
|
|
|
|
|
Code reviewed + tested OK. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|