Skip to content

Commit

Permalink
TASK: Apply module controller fix from 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebobo committed Jul 18, 2024
1 parent a497943 commit 7683a08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Neos.Neos/Classes/Controller/Backend/ModuleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public function indexAction(array $module)
$moduleResponse = new ActionResponse();

$this->dispatcher->dispatch($moduleRequest, $moduleResponse);
$moduleResponse->mergeIntoParentResponse($this->response);

if ($moduleResponse->getRedirectUri() !== null) {
$this->redirectToUri($moduleResponse->getRedirectUri(), 0, $moduleResponse->getStatusCode());
Expand Down

0 comments on commit 7683a08

Please sign in to comment.