-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
@Template() complains about non-existing template, but it does work #999
Labels
Comments
Closed
Too bad there is no solution for that... |
fixed shame on me :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sensio/framework-extra-bundle
defines a@Template
annotation to magically use the correct template. This works for every action in my controller, but the plugin complains about the template not existing foreditAction
. The template does exist, and works.When I use the inspection action it wants to make
ed.html.twig
. Where is theit
?If I rename the action to
edit2Action
, it wants to makeedit2.html.twig
, which is correct.If I rename the action to
edititAction
, it wants to makeed.html.twig
again, which is wrong.The rest of the actions are fine (showAction, newAction, indexAction etc).
This happened in 2017.2.1 EAP and 2017.2 (not EAP) too. I'm not sure about before then...
(For me:
BriefsjabloonController::editAction
)The text was updated successfully, but these errors were encountered: