Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
[BUGFIX] Jump step do redirection boucle
Browse files Browse the repository at this point in the history
  • Loading branch information
totofff committed May 28, 2019
1 parent 4499a91 commit c05a563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Middleware/Item/Step/StepFetchingMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ public function after(Arguments $arguments)
/**
* If we don't find an invalid Step we search the first not validated step
*/
$stepToRedirect = $this->service->getFirstNotValidatedStep($stepDefinition);
/** TODO : $stepToRedirect = $this->service->getFirstNotValidatedStep($stepDefinition);
if ($stepToRedirect instanceof StepDefinition) {
$this->service->redirectToStep($stepToRedirect->getStep(), $this->redirect());
}
}*/
}
}
}
Expand Down

0 comments on commit c05a563

Please sign in to comment.