Skip to content

v1.25.1: Fix Menu Active Checker for url params (#226)

Compare
Choose a tag to compare
@jeroennoten jeroennoten released this 10 Mar 09:56
· 400 commits to master since this release
* Fix Menu Active Checker for url params

Actual behaviour:
example.test/menu/item1?param=option doesn't trigger the active menu condition for the url the example.test/menu/item1.

Fix:
example.test/menu/item1?param=option will trigger the active menu condition for the url example.test/menu/item1.

* Test case

If I'm right this should test menu and submenu with params.

* Fix StyleCI bug (space)