split personAction in sub-component

This commit is contained in:
2021-04-25 10:24:46 +02:00
parent 7df753f1cb
commit a8f55e064d
4 changed files with 64 additions and 41 deletions

View File

@@ -85,6 +85,7 @@ class AccompanyingCourseController extends Controller
*/
$person = $participation->getPerson();
$persons[$k] = [
'id' => $person->getId(),
'firstname' => $person->getFirstName(),
'lastname' => $person->getLastName(),
'email' => $person->getEmail(),