- fix retrieve depositi utente in login
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -156,7 +156,7 @@ public class UserCacheService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
List<WtbDepo> availableDepoList = entityCacheComponent.getCachedEntitiesList(customerDB, WtbDepo.ENTITY,
|
List<WtbDepo> availableDepoList = entityCacheComponent.getCachedEntitiesList(customerDB, WtbDepo.ENTITY,
|
||||||
y -> x.getUsername().equalsIgnoreCase(y.getUserName())
|
y -> userDTO.getUsername().equalsIgnoreCase(y.getUserName())
|
||||||
);
|
);
|
||||||
userDTO.setAvailableDepoList(availableDepoList);
|
userDTO.setAvailableDepoList(availableDepoList);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user