mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #1135 from Kamidu/master
Enable roles containing the filter to be listed in role listing
This commit is contained in:
commit
8df3999cbc
@ -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