adding parameter person_id=xx for defaults links in edit_content template

This commit is contained in:
2020-09-14 18:16:21 +02:00
parent 7060fc2e6a
commit 5ade08d549
2 changed files with 64 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ class EntityPersonCRUDController extends CRUDController
*
* @param Request $request
* @throws Symfony\Component\HttpKernel\Exception\NotFoundHttpException if the person with given id is not found
* @return Person|null
*/
protected function getPerson(Request $request): ?Person
{