From 807a6ee72f0a8fabd6a649274768263a6bb241d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Sat, 29 Sep 2018 14:38:59 +0200 Subject: [PATCH] Fix/streamline reseller export urls --- .../Resources/Private/Templates/Reseller/List.html | 2 +- web/typo3conf/realurl_conf.php | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/List.html b/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/List.html index 2f3bcc79..9b1d1400 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/List.html +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/List.html @@ -11,7 +11,7 @@

{reseller.name}

Gesamtexport XML

- Export XML + Export XML

Gesamtexport CSV (Facebook)

Export CSV

Einzelexport für Copy&Paste

diff --git a/web/typo3conf/realurl_conf.php b/web/typo3conf/realurl_conf.php index 5a39c470..3b2fe7ae 100644 --- a/web/typo3conf/realurl_conf.php +++ b/web/typo3conf/realurl_conf.php @@ -166,12 +166,7 @@ $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = [ ], ], [ - 'GETvar' => 'type', - 'valueMap' => [ - 'csv' => 1979, - 'xml' => 1972, - 'excel' => 1984, - ], + 'GETvar' => 'tx_epproducts_reseller[action]', ], [ 'GETvar' => 'tx_epproducts_reseller[product]',