mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Enable roles containing the filter to be listed in role listing
This commit is contained in:
parent
1413ff5268
commit
e10cf66813
@ -606,6 +606,8 @@ public class RoleManagementServiceImpl implements RoleManagementService {
|
||||
String[] roles;
|
||||
if ((filter == null) || filter.isEmpty()) {
|
||||
filter = "*";
|
||||
} else {
|
||||
filter += "*";
|
||||
}
|
||||
if (log.isDebugEnabled()) {
|
||||
log.debug("Getting the list of user roles");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user