do active center filtering in frontend for person creation

This commit is contained in:
2023-09-14 14:30:58 +02:00
parent b4f9501af5
commit cd85e37c1b
3 changed files with 5 additions and 5 deletions

View File

@@ -63,6 +63,7 @@ class CenterNormalizer implements DenormalizerInterface, NormalizerInterface
'id' => $center->getId(),
'type' => 'center',
'name' => $center->getName(),
'isActive' => $center->getIsActive()
];
}