Skip to content
Snippets Groups Projects

Fix not being able to repeat labs

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -201,8 +201,8 @@ public class LabService {
@@ -201,8 +201,8 @@ public class LabService {
assignment.addLab(lab);
assignment.addLab(lab);
}
}
}
}
weekRepeat.ifPresent(wr -> repeatLabFor(wr, lab));
labRepository.save(lab);
labRepository.save(lab);
 
weekRepeat.ifPresent(wr -> repeatLabFor(wr, lab));
}
}
/**
/**
Loading