Fixed: [section] remove hardcoded link to phonecall aside activity

This commit is contained in:
Julien Fastré 2023-04-07 16:24:28 +02:00
parent cc69a3e86b
commit 839b0fc826
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -44,17 +44,6 @@ class SectionMenuBuilder implements LocalMenuBuilderInterface
'order' => 11,
'icons' => ['plus'],
]);
$menu->addChild($this->translator->trans('Phonecall'), [
'route' => 'chill_crud_aside_activity_new',
'routeParameters' => [
'type' => 1,
'duration' => 900,
],
])
->setExtras([
'order' => 12,
'icons' => ['plus'],
]);
}
}