Skip to content

Commit

Permalink
store all results ids for downloading (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-gracia authored Sep 25, 2023
1 parent 4a24614 commit d76e19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/system_admin/applicants_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def index

@pagy, @applications = pagy_array(results)
session[:filter_status] = params[:status]
session[:application_ids] = @applications.map(&:id)
session[:application_ids] = results.map(&:id)
end

def download_qa_csv
Expand Down

0 comments on commit d76e19c

Please sign in to comment.