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

msumme’s picture

Component: Miscellaneous » Code
Ashlar’s picture

Status: Active » Closed (won't fix)

This 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.