task/3382: Correct typo, to grading_report_template

This commit is contained in:
Tom Zhao 2024-11-07 15:52:55 +01:00
parent 0b02eb537e
commit f478521502

@ -59,7 +59,7 @@ public class GradingReportTemplate extends DomainObject {
private ProjectType projectType;
// ----------------------------------------------------------------------------------
// JPA-mappings of other tables referencing to this table "grading_report_tempalte"
// JPA-mappings of other tables referencing to this table "grading_report_template"
// ----------------------------------------------------------------------------------
@OneToMany(mappedBy = "gradingReportTemplate", cascade = {CascadeType.ALL}, orphanRemoval = true)
private Collection<GradingCriterionTemplate> criteria = new HashSet<>();