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.
The text was updated successfully, but these errors were encountered:
sivaprasad1988
pushed a commit
to sivaprasad1988/querybuilder
that referenced
this issue
May 9, 2023
Tasks:
* Add functionality to check normalised params and the get the query values
* Add condition to check array before processing
Resolves: TYPO3GmbH#14
Hello,
I am using
TYOP3 10.4
andquerybuilder 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.The text was updated successfully, but these errors were encountered: