You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using TYOP3 10.4 and querybuilder 10.4. The download CSV function is not working with filter parameters. This means, I can filter the records with querybuilder but when I click on Download CSV, it actually downloads the whole date instead of, the filtered result. I checked the code and would figure out the fact that, in my case, $queryParams['query'] is empty, and hence the hook implemented to modify the filter query is not working as intended.