mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 09:34:59 +00:00
Run symfonysetlist up to symfony_70
This commit is contained in:
@@ -98,7 +98,7 @@ class ReportController extends AbstractController
|
||||
|
||||
return $this->render('@ChillReport/Report/new.html.twig', [
|
||||
'entity' => $entity,
|
||||
'form' => $form->createView(),
|
||||
'form' => $form,
|
||||
'person' => $person,
|
||||
]);
|
||||
}
|
||||
@@ -140,7 +140,7 @@ class ReportController extends AbstractController
|
||||
$this->eventDispatcher->dispatch($event, PrivacyEvent::PERSON_PRIVACY_EVENT);
|
||||
|
||||
return $this->render('@ChillReport/Report/edit.html.twig', [
|
||||
'edit_form' => $editForm->createView(),
|
||||
'edit_form' => $editForm,
|
||||
'person' => $person,
|
||||
]);
|
||||
}
|
||||
@@ -271,7 +271,7 @@ class ReportController extends AbstractController
|
||||
|
||||
return $this->render('@ChillReport/Report/new.html.twig', [
|
||||
'entity' => $entity,
|
||||
'form' => $form->createView(),
|
||||
'form' => $form,
|
||||
'person' => $person,
|
||||
]);
|
||||
}
|
||||
@@ -442,7 +442,7 @@ class ReportController extends AbstractController
|
||||
);
|
||||
|
||||
return $this->render('@ChillReport/Report/edit.html.twig', [
|
||||
'edit_form' => $editForm->createView(),
|
||||
'edit_form' => $editForm,
|
||||
'person' => $report->getPerson(),
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user