Skip to content

Commit

Permalink
fix report configurations record params
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson-mj committed Sep 11, 2024
1 parent 2cc60b7 commit 67aa95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/report_configurations_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def record_params
params.required(:record).permit(
:name, :use_at_report, :use_at_transcript, :use_at_grades_report,
:use_at_schedule, :text, :image, :order, :scale,
:x, :y, :signature_type, :expiration_value, :expiration_unit
:x, :y, :signature_type, :expiration_in_months
)
end
end

0 comments on commit 67aa95b

Please sign in to comment.