Skip to content

Problem with routeEnhancers #267

@IL-Michi

Description

@IL-Michi

i have had the problem since we updated to v13 and updated the extension. the routing from v12 no longer works. this is exactly what is described in the documentation. however, we didn't have a limit there, but that doesn't change anything either.

Could it be that since the changeover to CType the routing also has to be different?

routeEnhancers:
CartProductsShow:
type: Extbase
limitToPages:
- 815
extension: CartProducts
plugin: ShowProduct
routes:
- routePath: '/{product-title}'
_controller: 'Product::show'
_arguments:
product-title: product
defaultController: 'Product::show'
aspects:
product-title:
type: PersistedAliasMapper
tableName: tx_cartproducts_domain_model_product_product
routeFieldName: path_segment

path_segment is filled in DB this i have allready checked.
greating
Michael

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions