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