Historique ménage pour une personne

This commit is contained in:
2021-06-15 17:03:38 +02:00
parent efdfd10e49
commit e95d8fbc7a
9 changed files with 420 additions and 5 deletions

View File

@@ -64,6 +64,16 @@ class PersonMenuBuilder implements LocalMenuBuilderInterface
'order' => 50
]);
$menu->addChild($this->translator->trans('household.person history'), [
'route' => 'chill_person_household_person_history',
'routeParameters' => [
'person_id' => $parameters['person']->getId()
]
])
->setExtras([
'order' => 99999
]);
$menu->addChild($this->translator->trans('Person duplicate'), [
'route' => 'chill_person_duplicate_view',
'routeParameters' => [
@@ -71,7 +81,7 @@ class PersonMenuBuilder implements LocalMenuBuilderInterface
]
])
->setExtras([
'order' => 51
'order' => 99999
]);
if ($this->showAccompanyingPeriod === 'visible') {