Closed core23 closed 3 years ago
The execute method was missing, so the breadcrumb was rendered as an empty block.
execute
This is basically a soft-port of https://github.com/sonata-project/SonataBlockBundle/blob/4.x/src/Block/Service/MenuBlockService.php.
I am targeting this branch, because this is a patch for the next stable release.
### Changed - Mark `BaseBreadcrumbMenuBlockService::getRootMenu()` as final ### Fixed - Fixed breadcrumb rendering
Same as https://github.com/sonata-project/SonataSeoBundle/pull/619, but targeting the right branch
Subject
The
execute
method was missing, so the breadcrumb was rendered as an empty block.This is basically a soft-port of https://github.com/sonata-project/SonataBlockBundle/blob/4.x/src/Block/Service/MenuBlockService.php.
I am targeting this branch, because this is a patch for the next stable release.
Changelog