Add validation for having pending operations while app installation #550
Merged
navodzoysa
merged 4 commits from prathabanKavin/device-mgt-core:appinstallfixx
into master
2 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'prathabanKavin/device-mgt-core:appinstallfixx'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Purpose
Fixes https://roadmap.entgra.net/issues/11578
5f298dba51
to79c3837d8a
2 months agoWIP: Add validation for having pending operations while app installationto Add validation for having pending operations while app installation 2 months ago}
}
private <T> void validatePendingAppSubscription(List<Device> devices, SubscribingDeviceIdHolder subscribingDeviceIdHolder) throws BadRequestException{
Add Java Doc comment
String msg = "All devices in the subscription have pending operations for this application.";
log.error(msg);
throw new BadRequestException(msg);
}
Fix code formatting in this method
cacd5ec742
into master 2 months agoReviewers
cacd5ec742
.