mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing issue with notification sending logic
This commit is contained in:
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…
Reference in New Issue
Block a user