From f8b061fde906ec0acc2477951cf3878dcdaa0d4e Mon Sep 17 00:00:00 2001 From: Tizian Schmidlin Date: Wed, 29 Mar 2023 09:45:31 +0200 Subject: [PATCH] [WIP] #19: Add additional middleware dependency --- Configuration/RequestMiddlewares.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Configuration/RequestMiddlewares.php b/Configuration/RequestMiddlewares.php index 6d1ef93..1894d3e 100644 --- a/Configuration/RequestMiddlewares.php +++ b/Configuration/RequestMiddlewares.php @@ -7,6 +7,7 @@ 'after' => [ 'typo3/cms-frontend/authentication', 'typo3/cms-frontend/backend-user-authentication', + 'typo3/cms-adminpanel/initiator', ], ], ],