Fix/streamline reseller export urls

This commit is contained in:
Björn Fromme
2018-09-29 14:38:59 +02:00
parent c16b83c8d9
commit 807a6ee72f
2 changed files with 2 additions and 7 deletions
@@ -11,7 +11,7 @@
<f:if condition="{reseller}">
<h1>{reseller.name}</h1>
<h2>Gesamtexport XML</h2>
<f:link.action arguments="{reseller: reseller}" pageType="1972" target="_blank">Export XML</f:link.action>
<f:link.action action="xml" arguments="{reseller: reseller}" target="_blank">Export XML</f:link.action>
<h2>Gesamtexport CSV (Facebook)</h2>
<f:link.action action="csv" arguments="{reseller: reseller}" target="_blank">Export CSV</f:link.action>
<h2>Einzelexport für Copy&amp;Paste</h2>
+1 -6
View File
@@ -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]',