-
Notifications
You must be signed in to change notification settings - Fork 11
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
Not working with symfony 3 #18
Comments
Moreover, it is necessary to change the namespace in the class FullTransformer. Original: Symfony\Component\Locale\Stub\DateFormat\FullTransformer It is possible to solve as own filters and renderers. I am new in symfony, so I dont know ideal reason how to keep compatibility. Sorry for my english. |
I forked this repository and update code for symfony3 compatibility. Please, check my commits in repo and give me feedback. I dont know if i should do pull request before someone checks it. Thenks |
Hi @pesovo, yes, please send the pull request so we can code review it. Thanks for the support! |
OK, I sended it, but i apologize in advance if there is something incomprehensible |
In symfony 3 you cant get
request
from DI container (https://github.com/symfony/symfony/blob/master/UPGRADE-3.0.md). So if you want to make your library to work with symfony 3 you must provide request when creating grid. I wanted to make pull request but don`t get time.The text was updated successfully, but these errors were encountered: