mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
removed task Config from template
This commit is contained in:
parent
4d22bc7064
commit
a037f91f56
@ -138,7 +138,6 @@ public class DeviceTypeManagementServiceImpl implements DeviceTypeManagementServ
|
|||||||
metaDefinition.setPushNotificationConfig(new PushNotificationConfig(metaDefinition.
|
metaDefinition.setPushNotificationConfig(new PushNotificationConfig(metaDefinition.
|
||||||
getPushNotificationConfig().getType(), false, null));
|
getPushNotificationConfig().getType(), false, null));
|
||||||
}
|
}
|
||||||
metaDefinition.setTaskConfig(null);
|
|
||||||
deviceType.setDeviceTypeMetaDefinition(metaDefinition);
|
deviceType.setDeviceTypeMetaDefinition(metaDefinition);
|
||||||
return deviceType;
|
return deviceType;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user