Skip to content
Snippets Groups Projects
Commit 78ae63bd authored by Danae Savvidi's avatar Danae Savvidi :laughing: Committed by Ruben Backx
Browse files

version

parent 1e6d4d74
Branches
Tags
2 merge requests!8412425.0.0 release,!732Resolve "Add endpoint for TAM star ratings issue"
......@@ -10,7 +10,7 @@ version = "2.4.0"
val javaVersion = JavaVersion.VERSION_21
val libradorVersion = "1.5.0"
val labradoorVersion = "1.7.0"
val labradoorVersion = "1.7.1"
val chihuahUIVersion = "1.2.3"
val csvVersion = "5.8"
val guavaVersion = "32.1.3-jre"
......
......@@ -276,7 +276,6 @@ public class HomeController {
@ResponseBody
public ResponseEntity<Map<Long, Double>> averageStarRating(@RequestParam("ids") List<Long> ids) {
Map<Long, Double> result = ids.stream()
.filter(id -> ps.canViewFeedback(id))
.collect(Collectors.toMap(
id -> id,
id -> fs.getAvgStarRating(fs.countRatings(fr.findByAssistant(id)))));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment