Don't cache plugin
This commit is contained in:
@@ -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'
|
||||
],
|
||||
],
|
||||
|
||||
@@ -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',
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user