APY / APYDataGridBundle

Symfony Datagrid Bundle
MIT License
493 stars 343 forks source link

apy datagrid bundle filter=select is showing error in symfony 3.4. working fine in symfony 2.8 #995

Closed kannanseeni closed 6 years ago

kannanseeni commented 6 years ago

my code

/**

Error

Catchable Fatal Error: Argument 1 passed to APY\DataGridBundle\Grid\Source\Source::prepareColumnValues() must be an instance of APY\DataGridBundle\Grid\Column\Column\Column, instance of APY\DataGridBundle\Grid\Column\TextColumn given, called in C:\xampp\htdocs\symfony3.4\radiobooks\vendor\apy\datagrid-bundle\Grid\Source\Entity.php on line 747 and defined

DonCallisto commented 6 years ago

What version of the bundle are you using? Because we have fixed it in 155f69649c230dd3b90ce6fec3f9a38a55094c37 but we still haven't released a tagged version: maybe we should release a bugfix version

DonCallisto commented 6 years ago

I drafted a new release: 3.1.1, could you try with this and let me know if the issue is gone?

kannanseeni commented 6 years ago

It is working fine. thank you very much