mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
a same join() in filter and aggregator make error if we combine them
This commit is contained in:
@@ -78,11 +78,6 @@ class CompositionAggregator implements AggregatorInterface
|
||||
*/
|
||||
public function alterQuery(QueryBuilder $qb, $data)
|
||||
{
|
||||
$qb
|
||||
->join('household.compositions', 'composition')
|
||||
//->join('composition.householdCompositionType', 'type')
|
||||
;
|
||||
|
||||
$qb->addSelect('IDENTITY(composition.householdCompositionType) AS composition_aggregator');
|
||||
|
||||
$groupBy = $qb->getDQLPart('groupBy');
|
||||
|
Reference in New Issue
Block a user