Fixed UDS API bug
parent
9e4eebb38c
commit
738dc55503
|
@ -95,9 +95,7 @@ class OrganizationalUnitController extends AbstractController
|
|||
|
||||
$images = $this->entityManager
|
||||
->getRepository(Image::class)
|
||||
->findBy([
|
||||
'organizationalUnit' => $parent,
|
||||
], ['name' => 'ASC']);
|
||||
->findAll();
|
||||
|
||||
$data = [];
|
||||
|
||||
|
|
Loading…
Reference in New Issue