Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.2.3
-
Fix Version/s: 2.2.4
-
Component/s: Drupal Integration Modules
-
Labels:None
Description
This is a quote from "xurizaemon"
CiviCRM currently isn't passing in ?reset=1 [for Search or Manage Groups], so we need to fix that for admin_menu to handle the case correctly. However, if we add that query string, admin_menu URLencodes it, so we end up with links to eg http://example.com/?q=civicrm/dashboard%3Freset%3D1
I can't see (at a glance) if Admin Menu handles the addition of query params at all.
If not, it should, but because we are apparently the only people with this requirement, we'll need to provide the patch, rather than telling sun it's a problem with his code - which he believes has never needed to support query params except for this case.
I hadn't noticed this issue before (but tbh, I don't spend a lot of time doing contact searches like a regular user might).
This is the full discussion on the forums: http://forum.civicrm.org/index.php/topic,7507.msg35073.html#msg35073
This is the drupal module bug report to admin_menu: http://drupal.org/node/425866