Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2012 at 11:32 UTC
Updated:
22 Aug 2012 at 20:31 UTC
The code that renders the links in the trail of the wizard in ctools_wizard_wrapper, tries to handle query and fragment options of the link, but haven't been upgraded...
The comment says that ctools_wizard_get_path returns it in the format drupal_goto expects, but the code haven't been updated since D6, and drupal_goto has.
The attached patch upgrades the code.
| Comment | File | Size | Author |
|---|---|---|---|
| ctools-options-in-trail.patch | 1022 bytes | xen |
Comments
Comment #1
xen commentedSending to the testbot.
Comment #2
xen commented#1702498: Wizard and $_GET['destination'] and #1702506: Admin links for mini panel content type relies on this patch.
Comment #3
merlinofchaos commentedCommitted to 7.x