create 13 new export/filters/aggregators in Person and AsideActivity Bundles

* minor corrections on last commit
* modify related files (declaration, messages.fr, repository)
* yaml service declaration
This commit is contained in:
2022-10-28 16:26:11 +02:00
committed by Julien Fastré
parent 13d6e4587a
commit f751d2e9ab
21 changed files with 923 additions and 40 deletions

View File

@@ -12,7 +12,7 @@ declare(strict_types=1);
namespace Chill\ActivityBundle\Export\Aggregator;
use Chill\MainBundle\Export\AggregatorInterface;
use Chill\PersonBundle\Export\Declarations;
use Chill\ActivityBundle\Export\Declarations;
use Doctrine\ORM\QueryBuilder;
use Symfony\Component\Form\FormBuilderInterface;
@@ -31,7 +31,7 @@ class SentReceivedAggregator implements AggregatorInterface
public function applyOn(): string
{
return Declarations::ACP_TYPE;
return Declarations::ACTIVITY;
}
public function buildForm(FormBuilderInterface $builder)