-
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
Issue when using "traditional" path notation #194
Comments
I think that's related to #193 (comment). |
Tracked it even further down: #193 (comment) The |
Hello @danrot you're right the next code is the issue even in SF4.1.6: $twigFilesystemLoaderDefinition->setArguments(array(
$container->getDefinition('liip_theme.templating_locator'),
$container->getDefinition('templating.filename_parser')
)); I will need to do some other tests on the main application where I have the issue and had to add this code before confirming if removing this code fix the problem in all cases. So, the "fix/update" in did above can be removed/ignored because it works without it |
Preconditions
When using the traditional notation for template path, the file is not found.
Steps to reproduce
CmfTreeBrowserBundle:Base:scripts.html.twig
.@CmfTreeBrowser/Base/scripts.html.twig
this solve the issue.Possible fix
Here is a fix/test I did to not have this issue.
I would loved to have some feedback and if you can think about a better handling about that.
The text was updated successfully, but these errors were encountered: