Closed davidmorenonuez closed 3 years ago
Can confirm, happens for me, too, after upgrading to Symfony 5 (4.4 still works fine).
Don't think this is a proper fix, but I got it to work by adding this to my services.yaml:
Sg\DatatablesBundle\Controller\DatatableController:
calls: [['setContainer', ['@Psr\Container\ContainerInterface']]]
Don't think this is a proper fix, but I got it to work by adding this to my services.yaml:
Sg\DatatablesBundle\Controller\DatatableController: calls: [['setContainer', ['@Psr\Container\ContainerInterface']]]
That worked, thanks.
Greetings,
I'm getting this error when using the "In-place editing" feature of stwe/Datatables.
"Sg\DatatablesBundle\Controller\DatatableController" has no container set, did you forget to define it as a service subscriber?
It was working fine in Symfony 4 but started failing when I upgraded.
Any ideas on how to solve?
Thank you and kind regards, David Moreno.