Fix missing operation id in mqtt operation topic

revert-70aa11f8
Charitha Goonetilleke 5 years ago
parent b61f763f82
commit 5c9c0d3ddf

@ -237,6 +237,7 @@ public class OperationManagerImpl implements OperationManager {
}
int operationId = this.lookupOperationDAO(operation).addOperation(operationDto);
operation.setId(operationId);
boolean isScheduled = false;
NotificationStrategy notificationStrategy = getNotificationStrategy();

Loading…
Cancel
Save