mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix goal aggregator error
This commit is contained in:
parent
d30ac75995
commit
37d49e1123
@ -41,7 +41,7 @@ final class GoalAggregator implements AggregatorInterface
|
||||
$qb->join('acpw.goals', 'goal');
|
||||
}
|
||||
|
||||
$qb->addSelect('goal.id as goal_aggregator');
|
||||
$qb->addSelect('IDENTITY(goal.goal) as goal_aggregator');
|
||||
|
||||
$groupBy = $qb->getDQLPart('groupBy');
|
||||
|
||||
@ -70,7 +70,7 @@ final class GoalAggregator implements AggregatorInterface
|
||||
}
|
||||
|
||||
$g = $this->goalRepository->find($value);
|
||||
|
||||
|
||||
return $this->translatableStringHelper->localize(
|
||||
$g->getTitle()
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user