Skip to content

Problem with routeEnhancers #267

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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