mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
update changelog and cs-fixer
This commit is contained in:
parent
976f2fd41a
commit
60032c96f7
@ -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)
|
* [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)
|
* [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"
|
* [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
|
### test release 2021-12-06
|
||||||
|
|
||||||
|
@ -46,7 +46,8 @@ class RelatorioDriver implements DriverInterface
|
|||||||
'template' => new DataPart($template, $templateName ?? uniqid('template_'), $resourceType),
|
'template' => new DataPart($template, $templateName ?? uniqid('template_'), $resourceType),
|
||||||
];
|
];
|
||||||
$form = new FormDataPart($formFields);
|
$form = new FormDataPart($formFields);
|
||||||
dump(json_encode($data));
|
dump(json_encode($data));
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$response = $this->relatorioClient->request('POST', $this->url, [
|
$response = $this->relatorioClient->request('POST', $this->url, [
|
||||||
'headers' => $form->getPreparedHeaders()->toArray(),
|
'headers' => $form->getPreparedHeaders()->toArray(),
|
||||||
|
@ -24,7 +24,6 @@ class RelationshipRepository implements ObjectRepository
|
|||||||
|
|
||||||
private EntityRepository $repository;
|
private EntityRepository $repository;
|
||||||
|
|
||||||
|
|
||||||
public function __construct(EntityManagerInterface $em)
|
public function __construct(EntityManagerInterface $em)
|
||||||
{
|
{
|
||||||
$this->repository = $em->getRepository(Relationship::class);
|
$this->repository = $em->getRepository(Relationship::class);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user