Fake jobs can be configured and can reach the landing stage.

This commit is contained in:
James Cole
2018-04-29 20:01:03 +02:00
parent fa41d6df04
commit f027d71136
13 changed files with 1464 additions and 1180 deletions

View File

@@ -87,6 +87,8 @@ class IndexController extends Controller
// redirect to global prerequisites
return redirect(route('import.prerequisites.index', [$importProvider, $importJob->key]));
}
// update job to say "has_prereq".
$this->repository->setStatus($importJob, 'has_prereq');
// Otherwise just redirect to job configuration.
return redirect(route('import.job.configuration.index', [$importJob->key]));