WIP: Fix for incorrect statistics issue in App Store for User and Role. #523
Draft
ruwin
wants to merge 3 commits from ruwin/device-mgt-core:statistics
into master
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'ruwin/device-mgt-core:statistics'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Purpose
Description
This pull request addresses a bug fix to the incorrect device statistics shown in the app store for user and role subscription types.
The following changes have been made:
}
for (String user : usersWithRole) {
try {
List<DeviceDetailsDTO> idsOwnByRole = HelperUtil.getDeviceManagementProviderService()
Do not use internal DTOs from the device.mgt.core here. Expose the returning beans via a common bean like Device bean from the getDevicesByTenantId method.
27b033c3f0
toc9bc8bd254
2 weeks agoc9bc8bd254
to014889b237
2 weeks agoFix for incorrect statistics issue in App Store for User and Role.to WIP: Fix for incorrect statistics issue in App Store for User and Role. 2 weeks agoReviewers