The drupal_goto() in quicktabs_form_submit() prevents any additional submit handlers added via form_alter from running. Instead, this should use $form_state['redirect'].
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | quicktabs_redirect-1855294-1.patch | 406 bytes | ultimateboy |
Comments
Comment #1
ultimateboy commentedComment #2
dkh commentedThis patch is ready to go. My team has been using it without issues.
Comment #3
ultimateboy commentedCommitted http://drupalcode.org/project/quicktabs.git/commit/89f7fd0b7313782d0f750...