James Cole
4 years ago
No known key found for this signature in database
GPG Key ID: BDE6667570EADBD5
1 changed files with
6 additions and
0 deletions
-
app/Http/Middleware/IsReadyForStep.php
|
|
|
@ -397,6 +397,12 @@ trait IsReadyForStep |
|
|
|
$route = route('003-upload.index'); |
|
|
|
Log::debug(sprintf('Return redirect to "%s"', $route)); |
|
|
|
return redirect($route); |
|
|
|
case 'upload-files': |
|
|
|
// assume files are uploaded, go to step 11 (connection selection)
|
|
|
|
// back to selection
|
|
|
|
$route = route('009-selection.index'); |
|
|
|
Log::debug(sprintf('Return redirect to "%s"', $route)); |
|
|
|
return redirect($route); |
|
|
|
case 'nordigen-link': |
|
|
|
// back to selection
|
|
|
|
$route = route('009-selection.index'); |
|
|
|
|