mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-19 03:32:51 +00:00
[wip] add actions to crud
This commit is contained in:
@@ -55,7 +55,7 @@ class OneToOneEntityPersonCRUDController extends CRUDController
|
||||
$entity = parent::getEntity($action, $id, $request);
|
||||
|
||||
if (NULL === $entity) {
|
||||
$entity = $this->createEntity($request);
|
||||
$entity = $this->createEntity($action, $request);
|
||||
$person = $this->getDoctrine()
|
||||
->getManager()
|
||||
->getRepository(Person::class)
|
||||
|
Reference in New Issue
Block a user