mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +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();
|
||||
|
||||
return $this->redirect($this->generateUrl('chill_person_view',
|
||||
return $this->redirect($this->generateUrl('chill_person_general_edit',
|
||||
array('person_id' => $person->getId())));
|
||||
} else {
|
||||
$r = new Response('this should not happen if you reviewed your submission');
|
||||
|
Loading…
x
Reference in New Issue
Block a user