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

@@ -8,7 +8,8 @@
@dependencyDetailsInner(
depPrefix = depPrefix,
selectorOption = selectorOption,
dep = dep
dep = dep,
showAffectedProjects = true
)
}
</div>