mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix for JIRA: https://wso2.org/jira/browse/EMM-1613
This commit is contained in:
parent
e3256417a3
commit
71424c4bb7
@ -97,6 +97,7 @@ deviceModule = function () {
|
|||||||
properties[constants["DEVICE_VENDOR"]] = constants["VENDOR_APPLE"];
|
properties[constants["DEVICE_VENDOR"]] = constants["VENDOR_APPLE"];
|
||||||
}
|
}
|
||||||
deviceObject[constants["DEVICE_PROPERTIES"]] = properties;
|
deviceObject[constants["DEVICE_PROPERTIES"]] = properties;
|
||||||
|
deviceObject[constants["DEVICE_INFO"]] = device["deviceInfo"];
|
||||||
response["content"] = deviceObject;
|
response["content"] = deviceObject;
|
||||||
return response;
|
return response;
|
||||||
} else if (backendResponse.status == 401) {
|
} else if (backendResponse.status == 401) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user