mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
household address: api POST on address for household (WIP)
This commit is contained in:
@@ -544,8 +544,8 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac
|
||||
],
|
||||
'controller_action' => 'householdAddressApi',
|
||||
'roles' => [
|
||||
Request::METHOD_POST => true, //TODO
|
||||
Request::METHOD_DELETE => true //TODO
|
||||
Request::METHOD_POST => \Chill\PersonBundle\Security\Authorization\PersonVoter::SEE,
|
||||
Request::METHOD_DELETE => \Chill\PersonBundle\Security\Authorization\PersonVoter::SEE
|
||||
]
|
||||
],
|
||||
]
|
||||
|
Reference in New Issue
Block a user