From 4d740ad23dc92dc80b47cbdcc4dabd259a98fc0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Mon, 17 Jun 2019 17:15:57 +0200 Subject: [PATCH] Don't cache plugin --- public/typo3conf/ext/ep_events/ext_localconf.php | 2 +- public/typo3conf/ext/ep_products/ext_localconf.php | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/public/typo3conf/ext/ep_events/ext_localconf.php b/public/typo3conf/ext/ep_events/ext_localconf.php index ae098351..d91ca49c 100644 --- a/public/typo3conf/ext/ep_events/ext_localconf.php +++ b/public/typo3conf/ext/ep_events/ext_localconf.php @@ -148,7 +148,7 @@ call_user_func(function() { $GLOBALS['TYPO3_CONF_VARS']['LOG']['EP']['EpEvents']['Controller']['writerConfiguration'] = [ \TYPO3\CMS\Core\Log\LogLevel::INFO => [ - 'TYPO3\\CMS\\Core\\Log\\Writer\\DatabaseWriter' => [ + \TYPO3\CMS\Core\Log\Writer\DatabaseWriter::class => [ 'logTable' => 'tx_epevents_log' ], ], diff --git a/public/typo3conf/ext/ep_products/ext_localconf.php b/public/typo3conf/ext/ep_products/ext_localconf.php index 5f8102b7..6de6ee23 100644 --- a/public/typo3conf/ext/ep_products/ext_localconf.php +++ b/public/typo3conf/ext/ep_products/ext_localconf.php @@ -273,7 +273,7 @@ $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\EP\EpProducts\T 'Pricetable' => 'event', ], [ - 'Pricetable' => '', + 'Pricetable' => 'event', ] ); @@ -328,10 +328,9 @@ $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\EP\EpProducts\T 'AjaxDate' => 'dates', 'AjaxFilterpanel' => 'autocomplete', 'AjaxSearchbar' => 'options,reset', - 'AjaxContent' => 'webcam', + 'AjaxContingent' => 'list,rooms', 'AjaxTable' => 'pricetable,pricetableHtml,eventPricetable', 'AjaxCalendar' => 'range,contingents,availableRooms', - 'AjaxContingent' => 'list,rooms', 'AjaxWatchlist' => 'list', ] );