update changelog and cs-fixer

This commit is contained in:
Julie Lenaerts 2021-12-13 19:43:07 +01:00
parent 976f2fd41a
commit 60032c96f7
3 changed files with 3 additions and 2 deletions

View File

@ -34,6 +34,7 @@ and this project adheres to
* [person] add death information in person render box in twig and vue render boxes (https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/191)
* [asideactivity] creation of aside activity category fixed (https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/262)
* [vendee/person] fix typo "situation professionelle" => "situation professionnelle"
* [accompanyingcourse_work] Changes in layout/behavior of edit form (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/321)
### test release 2021-12-06

View File

@ -47,6 +47,7 @@ class RelatorioDriver implements DriverInterface
];
$form = new FormDataPart($formFields);
dump(json_encode($data));
try {
$response = $this->relatorioClient->request('POST', $this->url, [
'headers' => $form->getPreparedHeaders()->toArray(),

View File

@ -24,7 +24,6 @@ class RelationshipRepository implements ObjectRepository
private EntityRepository $repository;
public function __construct(EntityManagerInterface $em)
{
$this->repository = $em->getRepository(Relationship::class);