mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
add email and mobile number to person: last modif and translations
This commit is contained in:
@@ -39,12 +39,12 @@ class PersonController extends Controller
|
||||
* @var SimilarPersonMatcher
|
||||
*/
|
||||
protected $similarPersonMatcher;
|
||||
|
||||
|
||||
public function __construct(SimilarPersonMatcher $similarPersonMatcher)
|
||||
{
|
||||
$this->similarPersonMatcher = $similarPersonMatcher;
|
||||
}
|
||||
|
||||
|
||||
public function getCFGroup()
|
||||
{
|
||||
$cFGroup = null;
|
||||
@@ -119,7 +119,7 @@ class PersonController extends Controller
|
||||
|
||||
if ( ! $form->isValid() ) {
|
||||
$this->get('session')
|
||||
->getFlashBag()->add('error', 'Thp person data provided'
|
||||
->getFlashBag()->add('error', 'The person data provided'
|
||||
. ' are not valid');
|
||||
|
||||
return $this->render('ChillPersonBundle:Person:edit.html.twig',
|
||||
|
Reference in New Issue
Block a user