Closed (fixed)
Project:
Multiple forms
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2011 at 01:33 UTC
Updated:
8 Apr 2011 at 18:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
ksenzeeThis is still not perfect, because we have no way of knowing whether one of the forms would have set $form_state['no_redirect'] to TRUE, so we could be redirecting when we shouldn't be. But I think it's better than not redirecting at all.
Comment #2
ksenzeeOops - changed my patch and didn't retest it before posting. Bad ksenzee. Try this patch instead.
Comment #3
David_Rothstein commentedCommitted, with a code comment explaining why we explicitly have to unset the 'no_redirect' key (since I missed the fact that it was set above, until @ksenzee patiently explained it to me):
http://drupalcode.org/project/multiform.git/commit/ecaeb8b