bug correction

This commit is contained in:
Charles 2025-09-10 12:57:16 +02:00
parent 3485bcc48f
commit 20509385f6
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ class OrganizationController extends AbstractController
$this->organizationsService->handleLogo($organization, $logoFile);
}
try {
$this->entityManager->persist($organization);
$this->entityManager->flush();
$this->actionService->createAction("Edit Organization", $actingUser, $organization, $organization->getName());
return $this->redirectToRoute('organization_index');