mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-24 01:52:26 +01:00
Fixed affected projects not appearing in some views
This commit is contained in:
@@ -319,8 +319,9 @@ class Statistics @Inject()(
|
||||
Future.successful(Ok(views.html.dependencyDetailsInner(
|
||||
depPrefix = depPrefix,
|
||||
dep = selection.result.groupedDependenciesByHashes(depId),
|
||||
selectorOption = selectorOption)
|
||||
).withHeaders("Content-type" -> "text/plain; charset=utf-8"))
|
||||
selectorOption = selectorOption,
|
||||
showAffectedProjects = true
|
||||
)).withHeaders("Content-type" -> "text/plain; charset=utf-8"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user