Remove old list for person document

This commit is contained in:
2023-05-30 21:24:22 +02:00
parent 40af1e64ac
commit e9fdabf931
7 changed files with 9 additions and 128 deletions

View File

@@ -80,9 +80,9 @@ final class MenuBuilder implements LocalMenuBuilderInterface
if ($this->security->isGranted(PersonDocumentVoter::SEE, $person)) {
$menu->addChild($this->translator->trans('Documents'), [
'route' => 'person_document_index',
'route' => 'chill_docstore_generic-doc_by-person_index',
'routeParameters' => [
'person' => $person->getId(),
'id' => $person->getId(),
],
])
->setExtras([