Bug #11443
closedTask #11442: Bugs and improvements for View for android Application updates monitoring and manage feature
In installation details correct count of devices are not shown
0%
Description
Description
In ultimate.com tenant there were installations with different types of action status.
But when try to see them in installation details, it shows device count is 350, but there are no or less devices [2].
There should have been this many data - >
mysql> select count(*) from AP_DEVICE_SUBSCRIPTION where TENANT_ID=46 AND STATUS='COMPLETED';--------
| count(*) |--------
| 127 |--------
mysql> select count(*) from AP_DEVICE_SUBSCRIPTION where TENANT_ID=46 AND STATUS='PENDING';--------
| count(*) |--------
| 179 |--------
mysql> select count(*) from AP_DEVICE_SUBSCRIPTION where TENANT_ID=46 AND STATUS='ERROR';--------
| count(*) |--------
| 44 |--------
Full data set for above numbers.
DB data: [1]
Files