mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'device-delete-db-fix' into 'master'
Fix issue in iOS and Windows policy creation See merge request entgra/carbon-device-mgt!553
This commit is contained in:
commit
cf3bacc31d
@ -348,8 +348,12 @@ public class RequestValidationUtil {
|
||||
return enrollmentNotifier.validate(features);
|
||||
case Constants.IOS:
|
||||
//todo
|
||||
features = new ArrayList<>();
|
||||
break;
|
||||
case Constants.WINDOWS:
|
||||
//todo
|
||||
features = new ArrayList<>();
|
||||
break;
|
||||
default:
|
||||
log.error("No policy validator found for device type " + deviceType);
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user