Bugfixes
This commit is contained in:
parent
f02124cbe8
commit
e8f816e7ec
|
@ -69,6 +69,10 @@ fun checkConstraints(
|
|||
}
|
||||
}
|
||||
|
||||
if (schedule.workGroup.interested > schedule.room.places) {
|
||||
errors += ConstraintError("The work group has more interested then the room has places")
|
||||
}
|
||||
|
||||
for (leader in schedule.workGroup.leader) {
|
||||
for (s in against) {
|
||||
if (
|
||||
|
|
Loading…
Reference in a new issue