Skip to content
Snippets Groups Projects
Commit 801ced5c authored by Otto Visser's avatar Otto Visser
Browse files

Merge branch 'fix-grace-period' into 'development'

The graceperiod for the time of labs was nog being honored

See merge request !169
parents 6f8a3988 69b41e6f
No related branches found
No related tags found
1 merge request!154Development
......@@ -288,7 +288,7 @@ public class RequestTableService {
*/
private List<Lab> activeLabs(List<Course> courses) {
return labs(courses).stream()
.filter(lab -> lab.getSlot().contains(LocalDateTime.now()) && lab.display())
.filter(Lab::display)
.collect(Collectors.toList());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment