update Action

This commit is contained in:
Charles 2025-08-06 16:40:11 +02:00
parent 95f806efce
commit f9c63d6753
1 changed files with 1 additions and 1 deletions

View File

@ -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);