Fixed affected projects not appearing in some views

This commit is contained in:
Šesták Vít
2017-08-02 09:55:41 +02:00
parent f8e073cc54
commit a155188fec
4 changed files with 7 additions and 5 deletions

View File

@@ -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"))
}
}
}