removed task Config from template

This commit is contained in:
ayyoob 2017-05-24 00:27:13 +05:30
parent 4d22bc7064
commit a037f91f56

View File

@ -138,7 +138,6 @@ public class DeviceTypeManagementServiceImpl implements DeviceTypeManagementServ
metaDefinition.setPushNotificationConfig(new PushNotificationConfig(metaDefinition.
getPushNotificationConfig().getType(), false, null));
}
metaDefinition.setTaskConfig(null);
deviceType.setDeviceTypeMetaDefinition(metaDefinition);
return deviceType;
}