Fix AuTA feedback v2
Compare changes
@@ -23,8 +23,6 @@ import java.util.List;
@@ -51,9 +49,8 @@ import org.springframework.web.bind.annotation.*;
@Transactional
to not rollback all changes when an exception occurs (feedback was rolled back, but grades are submitted to core immediately).setPendingState
not create missing SubmitSubmission
s in favour of creating SubmitSubmission
s before running the script.