temporary fix to allow creation on persons without centers

This commit is contained in:
2021-05-21 18:31:20 +02:00
parent c9e6935f15
commit 34fcefa1bd
4 changed files with 57 additions and 30 deletions

View File

@@ -53,3 +53,9 @@ services:
$validator: '@Symfony\Component\Validator\Validator\ValidatorInterface'
$registry: '@Symfony\Component\Workflow\Registry'
tags: ['controller.service_arguments']
Chill\PersonBundle\Controller\PersonApiController:
arguments:
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
tags: ['controller.service_arguments']