Fix/streamline reseller export urls
This commit is contained in:
@@ -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&Paste</h2>
|
||||
|
||||
@@ -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]',
|
||||
|
||||
Reference in New Issue
Block a user