mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Remove device details loading while processing policies
This commit is contained in:
parent
d715609b53
commit
9644dda7ef
@ -1038,7 +1038,7 @@ public class PolicyManagerImpl implements PolicyManager {
|
||||
.getInstance().getDeviceManagementService();
|
||||
List<Device> allDevices;
|
||||
try {
|
||||
allDevices = deviceManagementService.getAllDevices();
|
||||
allDevices = deviceManagementService.getAllDevices(false);
|
||||
} catch (DeviceManagementException e) {
|
||||
throw new PolicyManagementException("Error occurred while getting the devices related to policy id (" +
|
||||
policyId + ")", e);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user