mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
after person creation, redirect to general form fix #337
This commit is contained in:
parent
b419921fe1
commit
260fc63a64
@ -330,7 +330,7 @@ class PersonController extends Controller
|
|||||||
|
|
||||||
$em->flush();
|
$em->flush();
|
||||||
|
|
||||||
return $this->redirect($this->generateUrl('chill_person_view',
|
return $this->redirect($this->generateUrl('chill_person_general_edit',
|
||||||
array('person_id' => $person->getId())));
|
array('person_id' => $person->getId())));
|
||||||
} else {
|
} else {
|
||||||
$r = new Response('this should not happen if you reviewed your submission');
|
$r = new Response('this should not happen if you reviewed your submission');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user