Fixing issue with notification sending logic

revert-70aa11f8
Ace 6 years ago committed by charitha
parent 353d6936db
commit 1fa0591f4b

@ -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