We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see in BaseSiteSelector that we use the isRouteUriDecorable method in the onKernelRequest method.
isRouteUriDecorable
https://github.com/sonata-project/SonataPageBundle/blob/4.x/src/Site/BaseSiteSelector.php#L54-L56
Shouldn't we use the isRequestDecorable method instead ? https://github.com/sonata-project/SonataPageBundle/blob/4.x/src/CmsManager/DecoratorStrategy.php#L67
isRequestDecorable
Without this, only the ignore_uri_patterns config is considered, and the ignore_route_patterns and the ignore_routes are ignored.
ignore_uri_patterns
ignore_route_patterns
ignore_routes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Request
I see in BaseSiteSelector that we use the
isRouteUriDecorable
method in the onKernelRequest method.https://github.com/sonata-project/SonataPageBundle/blob/4.x/src/Site/BaseSiteSelector.php#L54-L56
Shouldn't we use the
isRequestDecorable
method instead ? https://github.com/sonata-project/SonataPageBundle/blob/4.x/src/CmsManager/DecoratorStrategy.php#L67Without this, only the
ignore_uri_patterns
config is considered, and theignore_route_patterns
and theignore_routes
are ignored.The text was updated successfully, but these errors were encountered: