admin: add personresourcekind in the admin

This commit is contained in:
nobohan
2022-05-05 15:20:47 +02:00
parent 2fbdd169df
commit 9ce7f10415
8 changed files with 164 additions and 0 deletions

View File

@@ -45,6 +45,11 @@ class AdminMenuBuilder implements LocalMenuBuilderInterface
'route' => 'chill_crud_person_marital-status_index',
])->setExtras(['order' => 2020]);
$menu->addChild('person_admin.person_resource_kind', [
'route' => 'chill_crud_person_resource-kind_index',
])->setExtras(['order' => 2030]);
$menu->addChild('person_admin.accompanying_period')
->setAttribute('class', 'list-group-item-header')