Fixing issue with notification sending logic

revert-70aa11f8
Ace 6 years ago
parent 59bc8db4b1
commit 4b08dd6053

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

Loading…
Cancel
Save