mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Add missed role key
This commit is contained in:
parent
30f7a32c55
commit
a7387fda31
@ -461,6 +461,7 @@ public class APIPublisherServiceImpl implements APIPublisherService {
|
||||
|
||||
List<String> bindings = new ArrayList<>(
|
||||
Arrays.asList(scopeMapping.getDefaultRoles().split(",")));
|
||||
bindings.add(ADMIN_ROLE_KEY);
|
||||
scope.setName(scopeMapping.getKey());
|
||||
scope.setDescription(scopeMapping.getName());
|
||||
scope.setDisplayName(scopeMapping.getName());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user