Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Online Student Scheduling: Reservation Limit Cap
- do not cap the reservation limit of OnlineReservation any further - it is already capped by the config/class limits (XReservation.getLimit() minus the current enrollment, except of the student in question) - capping the limit any further can create discrepancies as the config/class limits are computed differently (excluding other students, possibly causing the class no longer available errors in the check-assignment action)
- Loading branch information