-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
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
Can't work overriding for symfony 4.3 templates/bundles #201
Comments
I am facing the same problem. After digging into the code I think I found the root of the problem. LiipThemeBundle/Locator/FileLocator.php Line 134 in 3623948
=> $name contains 'views/@BundleName' instead of '@Bundle' so it does not jump into locateBundleResource Also in LiipThemeBundle/Locator/FileLocator.php Line 167 in 3623948
With this changes made I can set a new path_pattern which then works:
|
Thanks @dpmR it's worked |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, already I put the question for Symfony portal, Please can you check that below link
symfony/symfony#33845
The text was updated successfully, but these errors were encountered: