You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, the "is current" functionality for this plugin is basically "good" but not perfect. So, if it's not working for you (and this looks legit), my recommendation would be to subclass ioMenuItem and override getCurrentUri, Inside your method, you can normalize however you need - add the port etc.
This is probably the best way to go - you'll have full control of your situation. Let me know if that works!
Hi :)
I have my domain in https and since i put the ssl, the isCurrent method of ioMenuItem seems buggy.
In the code you have
In my context :
$menuUrl = "http://domain.com/ad"
and $url = "http://domain.com:443/ad"
When the isCurrent method do the comparison, $menuUrl and $url are not equal.
Do you have an idea how to fix that ? :)
Thanks a lot !
The text was updated successfully, but these errors were encountered: