Fix route enhancers to append trailing slash for missed domains
This commit is contained in:
@@ -93,13 +93,13 @@ routeEnhancers:
|
||||
location_type: \d+
|
||||
aspects:
|
||||
travel_type:
|
||||
type: StaticRangeMapper
|
||||
start: '1'
|
||||
end: '100'
|
||||
type: PersistedAliasMapper
|
||||
tableName: tx_epevents_domain_model_traveltype
|
||||
routeFieldName: uid
|
||||
location_type:
|
||||
type: StaticRangeMapper
|
||||
start: '1'
|
||||
end: '100'
|
||||
type: PersistedAliasMapper
|
||||
tableName: tx_epevents_domain_model_location
|
||||
routeFieldName: uid
|
||||
ContactFormPlugin:
|
||||
type: Extbase
|
||||
extension: EpEvents
|
||||
@@ -117,6 +117,12 @@ routeEnhancers:
|
||||
travel_type: \d+
|
||||
aspects:
|
||||
travel_type:
|
||||
type: StaticRangeMapper
|
||||
start: '1'
|
||||
end: '100'
|
||||
type: PersistedAliasMapper
|
||||
tableName: tx_epevents_domain_model_traveltype
|
||||
routeFieldName: uid
|
||||
PageTypeSuffix:
|
||||
type: PageType
|
||||
default: '/'
|
||||
index: ''
|
||||
map:
|
||||
'/': 0
|
||||
|
||||
Reference in New Issue
Block a user