From 71424c4bb7e622eadae5fa9f85421bbc79e31f95 Mon Sep 17 00:00:00 2001 From: dilanua Date: Thu, 22 Sep 2016 22:47:18 +0530 Subject: [PATCH] Fix for JIRA: https://wso2.org/jira/browse/EMM-1613 --- .../devicemgt/app/modules/business-controllers/device.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/modules/business-controllers/device.js b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/modules/business-controllers/device.js index 48a101bda1f..1273e7344a9 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/modules/business-controllers/device.js +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/modules/business-controllers/device.js @@ -97,6 +97,7 @@ deviceModule = function () { properties[constants["DEVICE_VENDOR"]] = constants["VENDOR_APPLE"]; } deviceObject[constants["DEVICE_PROPERTIES"]] = properties; + deviceObject[constants["DEVICE_INFO"]] = device["deviceInfo"]; response["content"] = deviceObject; return response; } else if (backendResponse.status == 401) {