Skip to content
Snippets Groups Projects

Resolve "[Queue-2.0] Removing Labs"

Files

+ 3
1
@@ -421,7 +421,9 @@ public class EditionController {
return View.convert(lr.findAllBySessions(
sessions.stream().filter(p)
.map(SessionDetailsDTO::getId)
.collect(Collectors.toList())),
.collect(Collectors.toList()))
.stream().filter(lab -> lab.getDeletedAt() == null)
.collect(Collectors.toList()),
LabSummaryDTO.class);
}
}
Loading