mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'corrective-policy' into 'corrective-policy'
Fix geofence update issue See merge request entgra/carbon-device-mgt!658
This commit is contained in:
commit
1736a6372a
@ -711,7 +711,8 @@ public class GeoLocationBasedServiceImpl implements GeoLocationBasedService {
|
||||
geofenceData.setLatitude(geofenceWrapper.getLatitude());
|
||||
geofenceData.setLongitude(geofenceWrapper.getLongitude());
|
||||
geofenceData.setRadius(geofenceWrapper.getRadius());
|
||||
|
||||
geofenceData.setFenceShape(geofenceWrapper.getFenceShape());
|
||||
geofenceData.setGeoJson(geofenceWrapper.getGeoJson());
|
||||
GeoLocationProviderService geoService = DeviceMgtAPIUtils.getGeoService();
|
||||
if (!geoService.updateGeofence(geofenceData, fenceId)) {
|
||||
String msg = "No valid Geofence found for ID " + fenceId;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user