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

@@ -1,4 +1,4 @@
@(depPrefix: String, dep: GroupedDependency, selectorOption: Option[String], showAffectedProjects: Boolean = false, expandVulnerabilities: Boolean = false, vulnerabilitySearch: Boolean = true)
@(depPrefix: String, dep: GroupedDependency, selectorOption: Option[String], showAffectedProjects: Boolean, expandVulnerabilities: Boolean = false, vulnerabilitySearch: Boolean = true)
@if(vulnerabilitySearch){
@vulnerableSoftwareSearches(dep) match {