From b908d9c0ded8f1602ec07626c6013b64dcfb5924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Thu, 28 Jun 2018 15:34:21 +0200 Subject: [PATCH] Disable caching of export related plugins --- web/typo3conf/ext/ep_products/ext_localconf.php | 2 +- .../ext/ep_theme/Configuration/TypoScript/Page/Export.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/typo3conf/ext/ep_products/ext_localconf.php b/web/typo3conf/ext/ep_products/ext_localconf.php index f41d9b5c..20988d34 100644 --- a/web/typo3conf/ext/ep_products/ext_localconf.php +++ b/web/typo3conf/ext/ep_products/ext_localconf.php @@ -304,7 +304,7 @@ $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\EP\EpProducts\T 'Reseller' => 'list,xml,excel', ], [ - 'Reseller' => '', + 'Reseller' => 'list,xml,excel', ] ); diff --git a/web/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Export.ts b/web/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Export.ts index 17b4c07d..40b989da 100644 --- a/web/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Export.ts +++ b/web/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Export.ts @@ -11,7 +11,7 @@ xmlExport { debug = 0 tx_realurl_enable = 1 } - 10 = USER + 10 = USER_INT 10 { userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run extensionName = EpProducts