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

Remove any limit on rows exported when the submission is exported #4323

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

theskumar
Copy link
Member

Update the export to use the filtered queryset without pagination. Unless we have proper way to generate a very large dataset. I believe it whould be better to let the server generate as much data it can possibily generate.

Fixes #4320

Test Steps

  • Goto submission list view, ensure export submission is enabled and you are logged in as admin
  • Try exporting a list of submisison with multiple pages, all the data should get exported not just initial page

@theskumar theskumar self-assigned this Jan 8, 2025
@frjo frjo added Type: Enhancement This is an improvement of an existing thing (not a new thing, which would be a feature). Type: Patch Mini change, used in release drafter Status: Needs testing Tickets that need testing/qa Status: Needs dev testing 🧑‍💻 Tasks that should be tested by the dev team labels Jan 8, 2025
@wes-otf
Copy link
Contributor

wes-otf commented Jan 9, 2025

works well! definitely agree that moving forward we'll need some background worker to handle this (in the same way we need one for batch actions) - seems like the server even struggled a bit generating the 128 applications we have on the test instance

@wes-otf wes-otf added Status: Tested - approved for live ✅ and removed Status: Needs testing Tickets that need testing/qa Status: Needs dev testing 🧑‍💻 Tasks that should be tested by the dev team labels Jan 9, 2025
@frjo frjo merged commit 9fd3740 into main Jan 10, 2025
7 checks passed
@theskumar theskumar deleted the fix/submission-export branch January 10, 2025 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Tested - approved for live ✅ Type: Enhancement This is an improvement of an existing thing (not a new thing, which would be a feature). Type: Patch Mini change, used in release drafter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All submissions export never export more than 60 items
3 participants