-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Extends view not found #2376
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
Comments
They have been renamed. Have a look at Resources > views to have the new name. Mainly the "_" replace the "-". So you just have to rename your templates according to the new names. |
Thank you |
Hello, |
this commit ed6a1a9 makes problem |
There is no way to use the views of my bundle that inherits from FOSUserBundle so? |
I also would like to know:) |
hmm, so the bundle inheritance does not allow to overwrite templates using the native Twig notation ? This looks like a bug in Symfony then. Regarding the bundle inheritance issue, I suggest you to open an issue on the symfony repo. |
@stof
I've got an error: |
Can you give the full error message ? This is only part of it. |
@axzx |
It occurs only in command line cach:clear |
Using Symfony 3.2.1 and latest FOSUserBundle commit, having templates in |
Well, if you access it as |
Hi, cd vendor/friendsofsymfony/user-bundle && git checkout 612649c |
Or downgrade to |
See Symfony documentation - Overriding Resources: Templates, Routing, etc |
another ridiculous |
Why so many pissed of developers. Using development branch you should expect a lot of breakage especially when this in the process of refactoring. |
Can you please check if symfony/symfony#21077 would solve your issue? |
@xabbuh yes, it's works for me! |
@Kmelia it's fix in Symfony 3.2.1 ? |
@Thibault34 symfony/symfony#19586 is not merged yet |
Ha ok, thank |
@Thibault34 nope, I just try the fix on my project ;) |
@Kmelia Could you try out symfony/symfony#19586 instead and let us know if it works for you? |
@chalasr I will try tomorrow morning. |
@chalasr the PR does not work on a 3.x branch, so I could not test! |
Closing in favor of #2378 (no need to keep 2 opened issues tracking this) |
Hello,
Since the implementation of the latest version two days ago, the heritagle of the views (to use those of my bundle and not those of FOSUserBundle) no longer works. Can someone explain me why please?
The text was updated successfully, but these errors were encountered: