Skip to content

Commit

Permalink
need to un-finalize the submission as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lerner committed Apr 16, 2024
1 parent d72805a commit e3353c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/graphql/mutations/update_version_registrations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def assign_student!(exam, version, student)
student_reg.grading_comments.empty? &&
student_reg.grading_checks.empty?)
student_reg.start_time = nil
student_reg.end_time = nil
student_reg.grading_locks.destroy_all
end

Expand Down

0 comments on commit e3353c4

Please sign in to comment.