added avatars, show user teams in list, new team dashboard widgets (#1150)
This commit is contained in:
@@ -74,7 +74,7 @@ class ProjectRepository extends EntityRepository
|
||||
|
||||
public function getProjectStatistics(Project $project): ProjectStatistic
|
||||
{
|
||||
$stats = new ProjectStatistic();
|
||||
$stats = new ProjectStatistic($project);
|
||||
|
||||
$qb = $this->getEntityManager()->createQueryBuilder();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user