Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwoldatwork committed Jan 17, 2025
1 parent 88eaf4f commit 6dee2cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/admin/submissions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ def get_feed_data(days_limit)
end

def bulk_update
submission_ids = params[:submission_ids] # Array of selected form_response ids
bulk_action = params[:bulk_action] # The selected action ('archive' or 'change_status')
submission_ids = params[:submission_ids] # Array of selected submission_ids
bulk_action = params[:bulk_action] # The selected action ('flag' or 'archive')

if submission_ids.present?
submissions = @form.submissions.where(id: submission_ids)
Expand Down

0 comments on commit 6dee2cc

Please sign in to comment.