route and menu entry added in person menu + start of templates/controller

This commit is contained in:
2022-01-18 13:55:09 +01:00
parent 48c3432191
commit b31cc460fa
6 changed files with 155 additions and 0 deletions

View File

@@ -55,6 +55,10 @@ chill_person_accompanying_period_re_open:
path: /{_locale}/person/{person_id}/accompanying-period/{period_id}/re-open
controller: Chill\PersonBundle\Controller\AccompanyingPeriodController::reOpenAction
chill_person_resource_list:
path: /{_locale}/person/resource/{person_id}/general
controller: Chill\PersonBundle\Controller\PersonResourceController::listAction
chill_person_address_list:
path: /{_locale}/person/{person_id}/address/list
controller: Chill\PersonBundle\Controller\PersonAddressController::listAction