- First commit to issue fork.
- Status changed to Fixed
over 1 year ago 2:58am 2 August 2023 Automatically closed - issue fixed for 2 weeks with no activity.
I am using the simplify_menu twig extension to help build breadcrumb related navigation on a website. If a url request comes in with a trailing "/" the it doesn't match the menu link.
This can best seen through using a debugger and watch the comparison in the simplifyLinks function of MenuItems.php
if($current_path == $simplifiedLink['url'])
rtrim any trailing /'s see from $current_path
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.