Merge pull request 'Remove device details loading while processing policies' (#62) from pramilaniroshan/device-mgt-core:master into master

Reviewed-on: community/device-mgt-core#62
improvement/fix-task-deletion
Pahansith Gunathilake 2 years ago
commit 9ad7438d69

@ -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…
Cancel
Save