Merge branch 'master' into 'master'

Fixing issue with notification sending logic

See merge request entgra/carbon-device-mgt!27
revert-70aa11f8
Milan Harindu 6 years ago
commit 9af96d5fc4

@ -251,7 +251,7 @@ public class OperationManagerImpl implements OperationManager {
} }
OperationManagementDAOFactory.commitTransaction(); OperationManagementDAOFactory.commitTransaction();
if (isScheduled) { if (!isScheduled) {
for (Device device : authorizedDevices) { for (Device device : authorizedDevices) {
this.sendNotification(operation, device); this.sendNotification(operation, device);
} }

Loading…
Cancel
Save