Remove useless PhD project type

It interfered with grading report templates due to having the grading module activated but no template defined. Could have removed the module but it serves no purpose since all PhD-related functionality was removed a long time ago.
This commit is contained in:
Andreas Svanberg 2025-02-18 15:13:51 +01:00
parent 1b36ad7987
commit d292ecc34d

@ -1892,9 +1892,6 @@ public class DataInitializer implements Lifecycle {
magisterClass = new ProjectType(ProjectType.MAGISTER, "Magister", "One-year-Master degree thesis project");
save(magisterClass);
final ProjectType phdClass = new ProjectType(DegreeType.NONE, "PhD", "PhD project");
save(phdClass);
}
private void createDefaultChecklistCategoriesIfNotDone() {