Skip to content

[client] Fix URL match for menu's Charts entry

Benjamin Bouvier requested to merge bnjbvr/kresus:fix-menu-url-match into master

The previous path indicated for the Charts entry in the menu was set to the default's chart subsection. This meant that navigating to a subchart that wasn't the default one would disable the Charts entry in the menu. The menu's entry must contain an URL that's more global, and not include the subchart, so it's matched by any of those.

Merge request reports