Remove superfluous routing enhancers for ajax requests
This commit is contained in:
@@ -185,77 +185,6 @@ routeEnhancers:
|
||||
type: PersistedAliasMapper
|
||||
tableName: tx_epproducts_domain_model_product
|
||||
routeFieldName: uid
|
||||
AjaxRequests:
|
||||
type: Extbase
|
||||
extension: EpProducts
|
||||
plugin: ajax
|
||||
limitToPages: [855]
|
||||
routes:
|
||||
-
|
||||
routePath: '/searchresult'
|
||||
_controller: 'AjaxSearch::searchresult'
|
||||
-
|
||||
routePath: '/dates/{product_uid}/{hotel_uid}'
|
||||
_controller: 'AjaxDate::dates'
|
||||
_arguments:
|
||||
product_uid: product
|
||||
hotel_uid: hotel
|
||||
-
|
||||
routePath: '/filterpanel/autocomplete'
|
||||
_controller: 'AjaxFilterpanel::autocomplete'
|
||||
-
|
||||
routePath: '/searchbar/options'
|
||||
_controller: 'AjaxSearchbar::options'
|
||||
-
|
||||
routePath: '/searchbar/reset'
|
||||
_controller: 'AjaxSearchbar::reset'
|
||||
-
|
||||
routePath: '/pricetable/{product_uid}/{hotel_uid}'
|
||||
_controller: 'AjaxTable::pricetable'
|
||||
_arguments:
|
||||
product_uid: product
|
||||
hotel_uid: hotel
|
||||
-
|
||||
routePath: '/pricetable'
|
||||
_controller: 'AjaxTable::pricetableHtml'
|
||||
-
|
||||
routePath: '/calendar/range'
|
||||
_controller: 'AjaxCalendar::range'
|
||||
-
|
||||
routePath: '/calendar/contingents'
|
||||
_controller: 'AjaxCalendar::contingents'
|
||||
-
|
||||
routePath: '/calendar/availableRooms'
|
||||
_controller: 'AjaxCalendar::availableRooms'
|
||||
-
|
||||
routePath: '/contingent/list'
|
||||
_controller: 'AjaxContingent::list'
|
||||
-
|
||||
routePath: '/contingent/rooms'
|
||||
_controller: 'AjaxContingent::rooms'
|
||||
-
|
||||
routePath: '/watchlist'
|
||||
_controller: 'AjaxWatchlist::list'
|
||||
requirements:
|
||||
product_uid: \d+
|
||||
hotel_uid: \d+
|
||||
aspects:
|
||||
product_uid:
|
||||
type: PersistedAliasMapper
|
||||
tableName: tx_epproducts_domain_model_product
|
||||
routeFieldName: uid
|
||||
hotel_uid:
|
||||
type: PersistedAliasMapper
|
||||
tableName: tx_epproducts_domain_model_hotel
|
||||
routeFieldName: uid
|
||||
AjaxContactForm:
|
||||
type: Extbase
|
||||
extension: EpTheme
|
||||
plugin: Ajax
|
||||
limitToPages: [855]
|
||||
routes:
|
||||
- routePath: '/ajaxform'
|
||||
_controller: 'AjaxForm::processForm'
|
||||
PageTypeSuffix:
|
||||
type: PageType
|
||||
default: '/'
|
||||
|
||||
Reference in New Issue
Block a user