Skip to content

Commit

Permalink
Merge branch 'dev-infrastructure' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
der committed Nov 27, 2023
2 parents 201722b + f1ba3e9 commit 448f29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/ppd_data_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def choose_template(preferences)
end

def prepare_data_download(preferences, template, headers)
query_command = QueryCommand.new(preferences)
query_command = QueryCommand.new(preferences, true)
query_command.load_query_results(limit: :all, download: true, max: MAX_DOWNLOAD_RESULTS)

if large_csv_resultset?(query_command)
Expand Down

0 comments on commit 448f29a

Please sign in to comment.