Skip to content

Commit

Permalink
Merge pull request #268 from paviliondev/fix_export_size
Browse files Browse the repository at this point in the history
FIX: avoid page limit on downloads
  • Loading branch information
angusmcleod authored Sep 16, 2023
2 parents 5f99dc2 + 16109b0 commit 9ab4ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/custom_wizard/admin/submissions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def show

def download
content = ActiveModel::ArraySerializer.new(
submission_list.submissions,
CustomWizard::Submission.list(@wizard).submissions,
each_serializer: CustomWizard::SubmissionSerializer
)

Expand Down
2 changes: 1 addition & 1 deletion plugin.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
# name: discourse-custom-wizard
# about: Forms for Discourse. Better onboarding, structured posting, data enrichment, automated actions and much more.
# version: 2.4.21
# version: 2.4.22
# authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever, Juan Marcos Gutierrez Ramos
# url: https://github.com/paviliondev/discourse-custom-wizard
# contact_emails: [email protected]
Expand Down

0 comments on commit 9ab4ca2

Please sign in to comment.