mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix app uninstall-operation-mapping table updating issue
This commit is contained in:
parent
555ea6a808
commit
d7fbddf78d
@ -759,6 +759,8 @@ public class SubscriptionManagerImpl implements SubscriptionManager {
|
||||
} else if (SubAction.UNINSTALL.toString().equalsIgnoreCase(action)) {
|
||||
subUpdatingDeviceIds.addAll(getOperationAddedDeviceIds(activity,
|
||||
subscribingDeviceIdHolder.getAppInstalledDevices()));
|
||||
subUpdatingDeviceIds.addAll(getOperationAddedDeviceIds(activity,
|
||||
subscribingDeviceIdHolder.getAppReUnInstallableDevices()));
|
||||
}
|
||||
|
||||
subscriptionDAO.addDeviceSubscription(username, subInsertingDeviceIds, subType,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user