Remove superfluous routing enhancers for ajax requests
This commit is contained in:
@@ -185,77 +185,6 @@ routeEnhancers:
|
|||||||
type: PersistedAliasMapper
|
type: PersistedAliasMapper
|
||||||
tableName: tx_epproducts_domain_model_product
|
tableName: tx_epproducts_domain_model_product
|
||||||
routeFieldName: uid
|
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:
|
PageTypeSuffix:
|
||||||
type: PageType
|
type: PageType
|
||||||
default: '/'
|
default: '/'
|
||||||
|
|||||||
@@ -46,41 +46,6 @@ routeEnhancers:
|
|||||||
type: PersistedAliasMapper
|
type: PersistedAliasMapper
|
||||||
tableName: tx_epproducts_domain_model_teammember
|
tableName: tx_epproducts_domain_model_teammember
|
||||||
routeFieldName: path_segment
|
routeFieldName: path_segment
|
||||||
AjaxRequests:
|
|
||||||
type: Extbase
|
|
||||||
extension: epproducts
|
|
||||||
plugin: ajax
|
|
||||||
limitToPages: [880]
|
|
||||||
routes:
|
|
||||||
-
|
|
||||||
routePath: '/pricetable/{product_uid}/{hotel_uid}'
|
|
||||||
_controller: 'AjaxTable::pricetable'
|
|
||||||
_arguments:
|
|
||||||
product_uid: product
|
|
||||||
hotel_uid: hotel
|
|
||||||
-
|
|
||||||
routePath: '/pricetablehtml/{product_uid}/{hotel_uid}'
|
|
||||||
_controller: 'AjaxTable::pricetableHtml'
|
|
||||||
_arguments:
|
|
||||||
product_uid: product
|
|
||||||
hotel_uid: hotel
|
|
||||||
-
|
|
||||||
routePath: '/eventpricetable/{product_uid}'
|
|
||||||
_controller: 'AjaxTable::eventPricetable'
|
|
||||||
_arguments:
|
|
||||||
product_uid: product
|
|
||||||
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
|
|
||||||
PageTypeSuffix:
|
PageTypeSuffix:
|
||||||
type: PageType
|
type: PageType
|
||||||
default: '/'
|
default: '/'
|
||||||
|
|||||||
@@ -46,41 +46,6 @@ routeEnhancers:
|
|||||||
type: PersistedAliasMapper
|
type: PersistedAliasMapper
|
||||||
tableName: tx_epproducts_domain_model_teammember
|
tableName: tx_epproducts_domain_model_teammember
|
||||||
routeFieldName: path_segment
|
routeFieldName: path_segment
|
||||||
AjaxRequests:
|
|
||||||
type: Extbase
|
|
||||||
extension: epproducts
|
|
||||||
plugin: ajax
|
|
||||||
limitToPages: [878]
|
|
||||||
routes:
|
|
||||||
-
|
|
||||||
routePath: '/pricetable/{product_uid}/{hotel_uid}'
|
|
||||||
_controller: 'AjaxTable::pricetable'
|
|
||||||
_arguments:
|
|
||||||
product_uid: product
|
|
||||||
hotel_uid: hotel
|
|
||||||
-
|
|
||||||
routePath: '/pricetablehtml/{product_uid}/{hotel_uid}'
|
|
||||||
_controller: 'AjaxTable::pricetableHtml'
|
|
||||||
_arguments:
|
|
||||||
product_uid: product
|
|
||||||
hotel_uid: hotel
|
|
||||||
-
|
|
||||||
routePath: '/eventpricetable/{product_uid}'
|
|
||||||
_controller: 'AjaxTable::eventPricetable'
|
|
||||||
_arguments:
|
|
||||||
product_uid: product
|
|
||||||
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
|
|
||||||
PageTypeSuffix:
|
PageTypeSuffix:
|
||||||
type: PageType
|
type: PageType
|
||||||
default: '/'
|
default: '/'
|
||||||
|
|||||||
@@ -46,41 +46,6 @@ routeEnhancers:
|
|||||||
type: PersistedAliasMapper
|
type: PersistedAliasMapper
|
||||||
tableName: tx_epproducts_domain_model_teammember
|
tableName: tx_epproducts_domain_model_teammember
|
||||||
routeFieldName: path_segment
|
routeFieldName: path_segment
|
||||||
AjaxRequests:
|
|
||||||
type: Extbase
|
|
||||||
extension: epproducts
|
|
||||||
plugin: ajax
|
|
||||||
limitToPages: [879]
|
|
||||||
routes:
|
|
||||||
-
|
|
||||||
routePath: '/pricetable/{product_uid}/{hotel_uid}'
|
|
||||||
_controller: 'AjaxTable::pricetable'
|
|
||||||
_arguments:
|
|
||||||
product_uid: product
|
|
||||||
hotel_uid: hotel
|
|
||||||
-
|
|
||||||
routePath: '/pricetablehtml/{product_uid}/{hotel_uid}'
|
|
||||||
_controller: 'AjaxTable::pricetableHtml'
|
|
||||||
_arguments:
|
|
||||||
product_uid: product
|
|
||||||
hotel_uid: hotel
|
|
||||||
-
|
|
||||||
routePath: '/eventpricetable/{product_uid}'
|
|
||||||
_controller: 'AjaxTable::eventPricetable'
|
|
||||||
_arguments:
|
|
||||||
product_uid: product
|
|
||||||
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
|
|
||||||
PageTypeSuffix:
|
PageTypeSuffix:
|
||||||
type: PageType
|
type: PageType
|
||||||
default: '/'
|
default: '/'
|
||||||
|
|||||||
Reference in New Issue
Block a user