Implement XML export functionality for resellers
This commit is contained in:
@@ -125,6 +125,32 @@ $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = [
|
||||
],
|
||||
],
|
||||
],
|
||||
'reseller' => [
|
||||
[
|
||||
'GETvar' => 'tx_epproducts_reseller[controller]',
|
||||
'noMatch' => 'bypass',
|
||||
],
|
||||
[
|
||||
'GETvar' => 'tx_epproducts_reseller[reseller]',
|
||||
'lookUpTable' => [
|
||||
'table' => 'tx_epproducts_domain_model_reseller',
|
||||
'id_field' => 'uid',
|
||||
'alias_field' => 'code',
|
||||
'addWhereClause' => ' AND NOT deleted',
|
||||
'useUniqueCache' => 1,
|
||||
'useUniqueCache_conf' => [
|
||||
'strtolower' => 1,
|
||||
'spaceCharacter' => '-'
|
||||
]
|
||||
],
|
||||
],
|
||||
[
|
||||
'GETvar' => 'tx_epproducts_reseller[action]',
|
||||
],
|
||||
[
|
||||
'GETvar' => 'tx_epproducts_reseller[product]',
|
||||
],
|
||||
],
|
||||
41 => 'searchresult',
|
||||
855 => 'ajax',
|
||||
878 => 'ajax',
|
||||
@@ -135,6 +161,7 @@ $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = [
|
||||
1446 => 'team',
|
||||
987 => 'events_contactform',
|
||||
1300 => 'events_activity',
|
||||
1448 => 'reseller',
|
||||
'newsDetailConfiguration' => [
|
||||
[
|
||||
'GETvar' => 'tx_news_pi1[news]',
|
||||
|
||||
Reference in New Issue
Block a user