Prepopulate configurator form

This commit is contained in:
Björn Fromme
2018-07-31 14:41:59 +02:00
parent 340261220c
commit 6160703361
5 changed files with 40 additions and 8 deletions
+17
View File
@@ -106,6 +106,22 @@ $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = [
'GETvar' => 'tx_epevents_contactform[travelType]',
],
],
'events_configurator' => [
[
'GETvar' => 'tx_epevents_configurator[controller]',
'noMatch' => 'bypass',
],
[
'GETvar' => 'tx_epevents_configurator[action]',
'noMatch' => 'bypass',
],
[
'GETvar' => 'tx_epevents_configurator[travelType]',
],
[
'GETvar' => 'tx_epevents_configurator[locationType]',
],
],
'events_activity' => [
[
'GETvar' => 'tx_epevents_activitydetail[controller]',
@@ -171,6 +187,7 @@ $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = [
1473 => 'team',
1488 => 'team',
987 => 'events_contactform',
1263 => 'events_configurator',
1300 => 'events_activity',
1444 => 'reseller',
1448 => 'reseller',