Remove superfluous routing enhancers for ajax requests

This commit is contained in:
Björn Fromme
2019-07-05 11:43:23 +02:00
parent 37421cc7f7
commit 4f9c3212e0
4 changed files with 0 additions and 176 deletions
-71
View File
@@ -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: '/'