bug fix in form and controller

This commit is contained in:
2022-01-26 15:56:10 +01:00
parent 6d382f93e8
commit 3656825d20
2 changed files with 2 additions and 1 deletions

View File

@@ -150,6 +150,8 @@ final class PersonResourceController extends AbstractController
$comment = $form['comment']->getData();
$kind = $form['kind']->getData();
dump($person);
$personResource->setKind($kind);
$personResource->setPerson($person);
$personResource->setThirdParty($thirdparty);