WIP: Assign supervisor to student ideas no matter if target (goal) is reached #96

Draft
tozh4728 wants to merge 8 commits from 67-supervisor-target-non-blocking into develop
Showing only changes of commit 6e31fca410 - Show all commits

View File

@ -259,7 +259,7 @@ public class DataInitializer implements Lifecycle {
private void createTarget() {
Target target = new Target(eric_employee, applicationPeriod, bachelorClass);
target.setTarget(2);
target.setTarget(10);
save(target);
}