so I have 2 menu items,
let's call them Menu A and Menu B!
I use the standard PanelMenu to display them.
Now how can I do it that, when I go from Menu A to Menu B, it sends a couple of parameters over there?
If I just modify the path of the Menu B, to be : "menuB/myParam", I will get the error:
Cannot match any routes
so what is the correct what do pass parameters from a menu to another?