Update device model type on Enrolment
This commit is contained in:
@@ -52,6 +52,11 @@ namespace Disco.BI
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
if (deviceModel.ModelType != ModelType)
|
||||||
|
deviceModel.ModelType = ModelType;
|
||||||
|
}
|
||||||
|
|
||||||
return new Tuple<DeviceModel,bool>(deviceModel, false);
|
return new Tuple<DeviceModel,bool>(deviceModel, false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user