JesusRedGar
Results
2
issues of
JesusRedGar
The following code doesn't work as intended: ```php #[Route('/{id}', name: 'inicio')] #[Breadcrumb(title: "{convocatoria}" , routeName:'concursotraslados_inicio', routeParameters: ['id' => '{id}'])] public function inicio(Convocatoria $convocatoria) : Response { ``` Instead of showing...
First, thanks for this amazing bundle. I have a suggestion that could be implemented: There is an attribute to reset the Breadcrumb called: _ResetBreadcrumbTrail_. There could be another attribute that...