mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 22:04:59 +00:00
adding parameter person_id=xx for defaults links in edit_content template
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user