mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing device types not retrieving issue
This commit is contained in:
parent
03ac7f53d9
commit
d34f29ab46
@ -322,6 +322,7 @@ public class DeviceManagementServiceImpl implements DeviceManagementService {
|
||||
}
|
||||
|
||||
@GET
|
||||
@Path("/types")
|
||||
@Override
|
||||
public Response getDeviceTypes() {
|
||||
List<DeviceType> deviceTypes;
|
||||
|
||||
@ -589,13 +589,13 @@
|
||||
</Permission>
|
||||
<Permission>
|
||||
<name>Deactivate Policy</name>
|
||||
<path>/device-mgt/user/policies/add</path>
|
||||
<path>/device-mgt/admin/policies/add</path>
|
||||
<url>/policies/deactivate-policy</url>
|
||||
<method>PUT</method>
|
||||
</Permission>
|
||||
<Permission>
|
||||
<name>Remove Policy</name>
|
||||
<path>/device-mgt/user/policies/remove</path>
|
||||
<path>/device-mgt/admin/policies/remove</path>
|
||||
<url>/policies/remove-policy</url>
|
||||
<method>POST</method>
|
||||
</Permission>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user