|
|
@ -261,10 +261,10 @@ public class ApplicationOperationsImpl implements ApplicationOperations {
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
deviceList = deviceManagementService.
|
|
|
|
deviceList = deviceManagementService.
|
|
|
|
getDevicesOfUser(username,
|
|
|
|
getDevicesOfUser(username,
|
|
|
|
MDMAppConstants.ANDROID);
|
|
|
|
MDMAppConstants.ANDROID);
|
|
|
|
deviceList.addAll(deviceManagementService.
|
|
|
|
deviceList.addAll(deviceManagementService.
|
|
|
|
getDevicesOfUser(username,
|
|
|
|
getDevicesOfUser(username,
|
|
|
|
MDMAppConstants.IOS));
|
|
|
|
MDMAppConstants.IOS));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
devices = new ArrayList<>(deviceList.size());
|
|
|
|
devices = new ArrayList<>(deviceList.size());
|
|
|
|
if(log.isDebugEnabled()){
|
|
|
|
if(log.isDebugEnabled()){
|
|
|
|