Skip to content

Commit

Permalink
feat: added the parser_code as a parameter
Browse files Browse the repository at this point in the history
this is used to create a preview of an unsaved parser version
  • Loading branch information
paul-mesnilgrente committed Jan 25, 2022
1 parent e2ac00d commit 14707f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/harvest_jobs_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def harvest_job_params
params.require(:harvest_job).permit(:created_at, :updated_at, :throughput, :invalid_records_count,
:posted_records_count, :last_posted_record_id, :retried_records_count,
:harvest_schedule_id, :_type, :limit, :index, :mode, :strategy,
:file_name, :stop, :parser_id, :version_id, :user_id, :environment,
:file_name, :stop, :parser_id, :parser_code, :version_id, :user_id, :environment,
:start_time, :end_time, :records_count, :duration, :status,
:status_message, :failed_records_count, :invalid_records,
:harvest_failure, harvest_job: [:user_id, :parser_id, :version_id,
Expand Down

0 comments on commit 14707f4

Please sign in to comment.