refs #1516. Changed form and global import
testing/ogcore-api/pipeline/head This commit looks good
Details
testing/ogcore-api/pipeline/head This commit looks good
Details
parent
60f6348eca
commit
6772c9d191
|
@ -86,8 +86,6 @@ class ResponseController extends AbstractOgRepositoryController
|
|||
{
|
||||
$trace = $this->entityManager->getRepository(Trace::class)->findOneBy(['jobId' => $data['job_id']]);
|
||||
$imageUuid = $trace->getInput()['imageUuid'];
|
||||
|
||||
$imageImageRepositoryUuid = $trace->getInput()['imageImageRepositoryUuid'];
|
||||
$repositoryUuid = $trace->getInput()['repositoryUuid'];
|
||||
|
||||
$image = $this->entityManager->getRepository(Image::class)->findOneBy(['uuid' => $imageUuid]);
|
||||
|
|
Loading…
Reference in New Issue