Fix configurator route resulting in 404

This commit is contained in:
Björn Fromme
2019-07-16 12:13:58 +02:00
parent 6ba1207efb
commit 3f03480d1d
3 changed files with 3 additions and 11 deletions
-9
View File
@@ -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