Allows admins to manage grading report templates #14
|
@ -17,6 +17,7 @@ class EditingGradingTemplate implements Serializable {
|
|||
|
||||
EditingGradingTemplate(GradingReportTemplate template) {
|
||||
this.note = "";
|
||||
this.validFrom = template.getValidFrom();
|
||||
this.gradeLimits = new GradeLimits();
|
||||
this.criteria = new ArrayList<>();
|
||||
for (var criteria : template.getCriteria()) {
|
||||
|
|
|
@ -10,7 +10,6 @@ class GradeLimits implements Serializable {
|
|||
|
||||
GradeLimits() {
|
||||
this.gradeLimits = new ArrayList<>();
|
||||
this.gradeLimits.add(new GradeLimit());
|
||||
}
|
||||
|
||||
void addNewLimit() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user