When using a multistep wizard in a modal (or with ajax) upon submission of the form a Stack Overflow will occur. This happens because ctools_wizard_multistep_form does not unset the input before calling itself. This results in an infinite loop.

CommentFileSizeAuthor
#2 2917353.patch463 bytesrlmumford
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rlmumford created an issue. See original summary.

rlmumford’s picture

FileSize
463 bytes

Patch that resolved the issue.

Chris Matthews’s picture

The patch to wizard.inc applied cleanly to the latest ctools 7.x-1.x-dev, but still needs to be reviewed and tested.