- Issue created by @suhaib_hija
- π―π΄Jordan suhaib_hija
This patch is to restore the expected behavior and fix the visual menu highlight issue.
Since the module switched to using a ServiceProvider to override menu.active_trail, the MenuTrailByPathActiveTrail class no longer includes the getActiveLink() method.
This causes a problem:
Active menu items are no longer getting the active classes.
Core calls getActiveLink(), and without it, themes canβt highlight the current page in the menu.
Active
2.2
Code
This patch is to restore the expected behavior and fix the visual menu highlight issue.