Fix configurator route resulting in 404
This commit is contained in:
@@ -95,15 +95,6 @@ routeEnhancers:
|
||||
requirements:
|
||||
travel_type: \d+
|
||||
location_type: \d+
|
||||
aspects:
|
||||
travel_type:
|
||||
type: PersistedAliasMapper
|
||||
tableName: tx_epevents_domain_model_traveltype
|
||||
routeFieldName: uid
|
||||
location_type:
|
||||
type: PersistedAliasMapper
|
||||
tableName: tx_epevents_domain_model_location
|
||||
routeFieldName: uid
|
||||
ContactFormPlugin:
|
||||
type: Extbase
|
||||
extension: EpEvents
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
plugin.tx_epevents {
|
||||
features {
|
||||
requireCHashArgumentForActionArguments = 0
|
||||
skipDefaultArguments = 1
|
||||
}
|
||||
view {
|
||||
layoutRootPaths.10 = EXT:ep_events/Resources/Private/Layouts/
|
||||
|
||||
@@ -121,7 +121,7 @@ call_user_func(function() {
|
||||
'Form' => 'configurator',
|
||||
],
|
||||
[
|
||||
'Form' => '',
|
||||
'Form' => 'configurator',
|
||||
]
|
||||
);
|
||||
|
||||
@@ -144,6 +144,8 @@ call_user_func(function() {
|
||||
|
||||
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'search';
|
||||
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'ref';
|
||||
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'tx_epevents_configurator[travelType]';
|
||||
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'tx_epevents_configurator[locationType]';
|
||||
$GLOBALS['TYPO3_CONF_VARS']['FE']['pageOverlayFields'] .= ',tx_epevents_traveltype,tx_epevents_offer';
|
||||
|
||||
$GLOBALS['TYPO3_CONF_VARS']['LOG']['EP']['EpEvents']['Controller']['writerConfiguration'] = [
|
||||
|
||||
Reference in New Issue
Block a user