Skip to content

Commit 01ee941

Browse files
committed
include removed in findById search
1 parent 0c0fb91 commit 01ee941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/jobs/src/main/java/org/apache/cloudstack/framework/jobs/impl/AsyncJobManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public ConfigKey<?>[] getConfigKeys() {
161161

162162
@Override
163163
public AsyncJobVO getAsyncJob(long jobId) {
164-
return _jobDao.findById(jobId);
164+
return _jobDao.findByIdIncludingRemoved(jobId);
165165
}
166166

167167
@Override

0 commit comments

Comments
 (0)