mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7162:queryAsyncJobResult api does not return jobinstanceid.
This commit is contained in:
parent
1d2124dcbf
commit
3b32732459
|
|
@ -244,10 +244,6 @@ public class AsyncJobManagerImpl extends ManagerBase implements AsyncJobManager,
|
|||
job.setStatus(jobStatus);
|
||||
job.setResultCode(resultCode);
|
||||
|
||||
// reset attached object
|
||||
job.setInstanceType(null);
|
||||
job.setInstanceId(null);
|
||||
|
||||
if (resultObject != null) {
|
||||
job.setResult(resultObject);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue