From 567c4966ba412c3ebb0db4a493f86c9cfd7b62b4 Mon Sep 17 00:00:00 2001
From: Beatrycze Volk <beatrycze.volk@slub-dresden.de>
Date: Mon, 21 Aug 2023 10:39:26 +0200
Subject: [PATCH] Remove main action of Recommender controller from
 non-cacheable actions

---
 ext_localconf.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext_localconf.php b/ext_localconf.php
index a4faa38..34f1840 100644
--- a/ext_localconf.php
+++ b/ext_localconf.php
@@ -35,7 +35,7 @@ defined('TYPO3') || die();
         ],
         // non-cacheable actions
         [
-            \Slub\Bison\Controller\RecommenderController::class => 'main'
+            \Slub\Bison\Controller\RecommenderController::class => ''
         ]
     );
 
-- 
GitLab