APY / APYDataGridBundle

Symfony Datagrid Bundle
MIT License
492 stars 344 forks source link

Routes gets called two times when user filters column #1058

Open chiragpurohit71085 opened 4 years ago

chiragpurohit71085 commented 4 years ago

Hi

when my user selects any filter I found routes gets called two times. For the first time I am getting all the parameters for the second time I am not getting any parameters.

[2020-08-31 09:19:18] INFO: getUserStatusExportGrid - {"request":{"grid_status_report":{"title":{"operator":"like","from":""},"type":{"from":[""]},"user_status":{"from":[""]},"course_status":{"from":["STATUS_REMOVED"]}}},"isRemoved":true}

and here is the second log

[2020-08-31 09:19:20] INFO: getUserStatusExportGrid - {"request":[],"isRemoved":false}

npotier commented 1 year ago

Hello @chiragpurohit71085 it's been a while...

Could you tell me if you still have this issue, and if you can give me an example to reproducte it ? Thank you.