diff --git a/Neos.Neos/Classes/Controller/Backend/ModuleController.php b/Neos.Neos/Classes/Controller/Backend/ModuleController.php index 612b85d402b..deeb0b5a034 100644 --- a/Neos.Neos/Classes/Controller/Backend/ModuleController.php +++ b/Neos.Neos/Classes/Controller/Backend/ModuleController.php @@ -96,6 +96,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());