mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix issue with updating status due to cache inconsistency
This commit is contained in:
parent
ddab435548
commit
0435138fc9
@ -2807,6 +2807,7 @@ public class DeviceManagementProviderServiceImpl implements DeviceManagementProv
|
||||
+ deviceIdentifier.getType() + "'");
|
||||
}
|
||||
boolean isDeviceUpdated;
|
||||
this.removeDeviceFromCache(deviceIdentifier);
|
||||
Device device = getDevice(deviceIdentifier, false);
|
||||
int deviceId = device.getId();
|
||||
EnrolmentInfo enrolmentInfo = device.getEnrolmentInfo();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user