Add dedicated page types for exports to avoid caching issues

This commit is contained in:
Björn Fromme
2018-06-27 12:55:01 +02:00
parent fa37142f32
commit 264d14f5f3
6 changed files with 49 additions and 3 deletions
+12 -1
View File
@@ -24,6 +24,11 @@ $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = [
'type' => 1848,
],
],
'xml' => [
'keyValues' => [
'type' => 1972,
]
]
],
],
'preVars' => [],
@@ -145,7 +150,11 @@ $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = [
],
],
[
'GETvar' => 'tx_epproducts_reseller[action]',
'GETvar' => 'type',
'valueMap' => [
'xml' => 1972,
'excel' => 1984,
],
],
[
'GETvar' => 'tx_epproducts_reseller[product]',
@@ -161,7 +170,9 @@ $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = [
1446 => 'team',
987 => 'events_contactform',
1300 => 'events_activity',
1444 => 'reseller',
1448 => 'reseller',
1483 => 'reseller',
'newsDetailConfiguration' => [
[
'GETvar' => 'tx_news_pi1[news]',