Enable roles containing the filter to be listed in role listing

revert-70aa11f8
kamidu 7 years ago
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…
Cancel
Save