Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[TwigBridge] swap filter/function and package names#25728
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
fabpot commentedJan 10, 2018
The current way is "normal" as stated by the comment above. See#25601 (comment) |
xabbuh commentedJan 10, 2018
@fabpot I indeed missed#25601 (comment). However, the issue that package and function/filter names need to be swapped still stands. I opened#25737 which only changes the order of arguments for |
Uh oh!
There was an error while loading.Please reload this page.
Error message was
Did you forget to run "composer require symfony/csrf_token"? Unknown function "form" in "Security/Pages/login.html".and will now beUnknown function "csrf_token" in "Security/Pages/login.html". Did you forget to run "composer require symfony/form"?Thanks to@Mediagone who reported this on Slack.