update Action
This commit is contained in:
parent
95f806efce
commit
f9c63d6753
|
|
@ -120,7 +120,7 @@ class UserController extends AbstractController
|
|||
|
||||
//log the action
|
||||
$action = new Actions();
|
||||
$action->setActionType('Création utilisateur dans une organisation');
|
||||
$action->setActionType('Création utilisateur');
|
||||
$action->setUsers($this->getUser());
|
||||
$action->setOrganization($organization);
|
||||
$this->entityManager->persist($uo);
|
||||
|
|
|
|||
Loading…
Reference in New Issue