mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix operation DTO initializing issue
This commit is contained in:
parent
9b021f5601
commit
5421c1c38b
@ -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