Fixed bug in filtering by team. If a team has assigned a project with all subprojects and the project has more than one subproject, only one subproject used to be shown when filtering by team.

This is a trivial fix (two/three lines changed), but other additions are in tests.
This commit is contained in:
Šesták Vít
2017-01-04 17:07:38 +01:00
parent a85a944088
commit 4bd78c3ed9
6 changed files with 173 additions and 7 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ libraryDependencies ++= Seq(
//jdbc,
cache,
ws,
filters
//specs2 % Test
filters,
specs2 % Test
)
//resolvers += "scalaz-bintray" at https?"http://dl.bintray.com/scalaz/releases"