From a76f09a4a145d00451d632af55c20177dc0aae16 Mon Sep 17 00:00:00 2001 From: Clemens Queissner Date: Thu, 22 Aug 2024 15:10:52 +0200 Subject: [PATCH] fix: CD-326299 Fixed an issue where the backend caches wouldn't be listed in the controller view. --- Classes/Controller/BackendModuleController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/Controller/BackendModuleController.php b/Classes/Controller/BackendModuleController.php index ed4bb2a..0b5a362 100644 --- a/Classes/Controller/BackendModuleController.php +++ b/Classes/Controller/BackendModuleController.php @@ -78,7 +78,7 @@ public function indexAction(): ResponseInterface { $moduleTemplate = $this->moduleTemplateFactory->create($this->request); - $this->view->assignMultiple([ + $moduleTemplate->assignMultiple([ 'cacheConfigurations' => $this->buildCacheConfigurationArray(), 'action_confirm_flush_message' => $this->languageService->sL( 'LLL:EXT:cachemgm/Resources/Private/BackendModule/Language/locallang.xlf:bemodule.action_confirm_flush' @@ -106,7 +106,7 @@ public function detailAction(): ResponseInterface $fileBackend = $this->getFileBackendInfo($backend); $cacheCount = $this->getCacheCount($backend); - $this->view->assignMultiple( + $moduleTemplate->assignMultiple( [ 'cacheId' => $cacheId, 'cacheInformation' => [