mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'master' of https://gitlab.com/entgra/carbon-device-mgt into configuration-endpoint
This commit is contained in:
commit
c940cc03a0
@ -79,6 +79,10 @@ public class OperationDAOUtil {
|
|||||||
dtoOperation.setControl(Operation.Control.valueOf(operation.getControl().toString()));
|
dtoOperation.setControl(Operation.Control.valueOf(operation.getControl().toString()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (operation.getInitiatedBy() != null) {
|
||||||
|
dtoOperation.setInitiatedBy(operation.getInitiatedBy());
|
||||||
|
}
|
||||||
|
|
||||||
return dtoOperation;
|
return dtoOperation;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user