mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix missing operation id in mqtt operation topic
This commit is contained in:
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…
Reference in New Issue
Block a user