Closed (won't fix)
Project:
Chaos Tool Suite (ctools)
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2011 at 03:08 UTC
Updated:
20 Apr 2012 at 16:03 UTC
This affects the ctools_ajax_sample modal wizard form. It is noticable in that the breadcrumbs in the form are not appropriate to the page you are on except incidentally. They reflect the form as it was when it was first built, because $form_info is passed instead of $form_state['form_info'] which should be editable within the form submit functions.
To fix, change line 65 in wizard.inc to reference &$form_info
$form_state['form_info'] = &$form_info;
If I am wrong about this and just need to configure something else, I'd love to know, but I have been working on this with my own custom code for a while and this did the trick, where nothing else seems to.
Comments
Comment #1
msumme commentedComment #2
Ashlar commentedThis bug report has not been active for over six months. In an effort to clean-up the issue queue this item has been closed. If your modules are current and the report is still relevant please feel free to change the Status back to active.