AliHichem / AliDatatableBundle

Symfony2 Ajax Datagrid Bundle for doctrine2 entities
MIT License
112 stars 71 forks source link

`isMasterRequest` was introduced in 2.4 #133

Closed hpatoio closed 9 years ago

hpatoio commented 9 years ago

Method isMasterRequest for KernelEvent was introduced in version 2.4. https://github.com/symfony/HttpKernel/blob/2.4/Event/KernelEvent.php

Due you are using this method you should add this constraint. Otherwise people will get error like #127

AliHichem commented 9 years ago

Thanks for you contribution @hpatoio !