exports: create new aggregator tests + minor corrections in aggregators

This commit is contained in:
2022-09-21 12:20:34 +02:00
parent 27306015f4
commit 3c8dbe56fc
41 changed files with 1925 additions and 22 deletions

View File

@@ -39,7 +39,7 @@ class EvaluationTypeAggregator implements AggregatorInterface
public function alterQuery(QueryBuilder $qb, $data)
{
$qb->addSelect('IDENTITY(eval.evaluation) AS evaluationtype_aggregator');
$qb->addSelect('IDENTITY(workeval.evaluation) AS evaluationtype_aggregator');
$groupBy = $qb->getDQLPart('groupBy');

View File

@@ -59,6 +59,7 @@ final class MaritalStatusAggregator implements AggregatorInterface
public function buildForm(FormBuilderInterface $builder)
{
// no form
}
public function getLabels($key, array $values, $data)