Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download CSV not working with querybuilder and filter params #14

Open
sivaprasad1988 opened this issue May 9, 2023 · 1 comment · May be fixed by #15
Open

Download CSV not working with querybuilder and filter params #14

sivaprasad1988 opened this issue May 9, 2023 · 1 comment · May be fixed by #15

Comments

@sivaprasad1988
Copy link

Hello,

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.

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

Resolves: TYPO3GmbH#14
@AnuBhuvanendranNair
Copy link

Hei @sivaprasad1988 , had the same issue in TYPO3 v10.4.19. But the suggested method apparently solves the issue. Tested with the same version. 💪🏼

sivaprasad1988 pushed a commit to sivaprasad1988/querybuilder that referenced this issue May 10, 2023
Tasks:
* Add functionality to check normalised params and the get the query values
* Add condition to check array before processing

Resolves: TYPO3GmbH#14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants