bug correction
This commit is contained in:
parent
3485bcc48f
commit
20509385f6
|
|
@ -130,6 +130,7 @@ class OrganizationController extends AbstractController
|
||||||
$this->organizationsService->handleLogo($organization, $logoFile);
|
$this->organizationsService->handleLogo($organization, $logoFile);
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
$this->entityManager->persist($organization);
|
||||||
$this->entityManager->flush();
|
$this->entityManager->flush();
|
||||||
$this->actionService->createAction("Edit Organization", $actingUser, $organization, $organization->getName());
|
$this->actionService->createAction("Edit Organization", $actingUser, $organization, $organization->getName());
|
||||||
return $this->redirectToRoute('organization_index');
|
return $this->redirectToRoute('organization_index');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue