Fix su availableProfiles
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:
@@ -368,6 +368,8 @@ public class SystemService {
|
|||||||
if (foundUser == null || !foundUser.isAttivo())
|
if (foundUser == null || !foundUser.isAttivo())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
profilesWhereUserFound.add(profile);
|
||||||
|
|
||||||
String sql = Query.format("SELECT * FROM " + StbUser.ENTITY + " WHERE user_name = {}", username);
|
String sql = Query.format("SELECT * FROM " + StbUser.ENTITY + " WHERE user_name = {}", username);
|
||||||
StbUser stbUser;
|
StbUser stbUser;
|
||||||
try (MultiDBTransactionManager mdb = new MultiDBTransactionManager(profile)) {
|
try (MultiDBTransactionManager mdb = new MultiDBTransactionManager(profile)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user