sonata-project / SonataAdminBundle

The missing Symfony Admin Generator
https://docs.sonata-project.org/projects/SonataAdminBundle
MIT License
2.1k stars 1.26k forks source link

fix: active state in side menu for nested child admins #8163

Closed fastnloud closed 3 months ago

fastnloud commented 5 months ago

Fix: active state in side menu

I am targeting this branch, because this fix applies to 4.x which is the default branch.

This fix will make sure the parent admin will maintain its active state in the side menu when navigating through multiple nested child admins.

Changelog

### Fixed
- Active state in side menu for nested child admins
VincentLanglet commented 3 months ago

Thanks, I refactored and added tests in https://github.com/sonata-project/SonataAdminBundle/pull/8173

fastnloud commented 3 months ago

Thanks, I refactored and added tests in https://github.com/sonata-project/SonataAdminBundle/pull/8173

Awesome and no probs! 👍