mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-07 07:14:58 +00:00
adjustments to form + rendering of resource kinds
This commit is contained in:
@@ -46,6 +46,7 @@ final class PersonResourceController extends AbstractController
|
||||
$form->handleRequest($request);
|
||||
|
||||
if ($request->getMethod() === Request::METHOD_POST && $form->isValid()) {
|
||||
dump($personResource);
|
||||
$this->em->persist($personResource);
|
||||
$this->em->flush();
|
||||
|
||||
|
Reference in New Issue
Block a user