Prepopulate configurator form
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user