Adjust templates and translations

This commit is contained in:
2025-04-29 10:03:57 +02:00
parent bc555ce3f5
commit 1836e24acd
6 changed files with 112 additions and 97 deletions

View File

@@ -17,9 +17,6 @@ use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
class AdminMenuBuilder implements LocalMenuBuilderInterface
{
/**
* @var AuthorizationCheckerInterface
*/
protected AuthorizationCheckerInterface $authorizationChecker;
public function __construct(AuthorizationCheckerInterface $authorizationChecker)
@@ -53,7 +50,7 @@ class AdminMenuBuilder implements LocalMenuBuilderInterface
'route' => 'chill_event_admin_role',
])->setExtras(['order' => 6530]);
$menu->addChild('Theme', [
$menu->addChild('event.theme.label', [
'route' => 'chill_crud_event_theme_index',
])->setExtras(['order' => 6540]);
}