- Issue created by @prudloff
If a menu position rule is attached to a disabled menu link parent, it is still used.
This can be confusing to site builders. It also means users clicking the parent link will get an error page.
Create a new menu position rule and select a menu link as its parent.
Disable the parent menu link.
The breadcrumb still uses the parent.
MenuPositionActiveTrail::getActiveLink()
could check if the parent is enabled before using it.
However, I am not sure how caching would be handled if the parent is latter re-enabled.
Active
1.0
Code