Example: If you enable devel module block with jquery menu then you will not get any destination=path/to in devel links (i'm sure that will happen to all links that have query in $options assigned.). You will be redirected to homepage everytime you clearing cache or enabling theme developer from the devel menu. It is really annoying.

This issue appeared because your module doesn't respect altering hooks for menu (all ?destination=/path/to queries added via drupal_alter('menu') ).

Comments

PixelClever’s picture

Title: Jquery menu breaks queries in menu links » Allow JQuery menu to properly accept the $options array for the l() function.
Category: bug » task

Yeah I have been planning to change this, but I've had a lot on my plate. I will probably put it in the next release which should be in the next week or so. Feel free to post a patch if you'd like to speed it up.

PixelClever’s picture

Status: Active » Fixed

fixed in 2.2. Let me know if you see it not working in some way.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.