Closed (fixed)
Project:
Webform
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2010 at 21:57 UTC
Updated:
25 May 2011 at 00:42 UTC
The drupal_set_message() that displays the form submission message does not have the repeat argument set to FALSE so you can get multiples of the same message.
![]()
| Comment | File | Size | Author |
|---|---|---|---|
| webform_message_repeat.patch | 530 bytes | james.elliott |
Comments
Comment #1
quicksketchThis seems like an obvious improvement, but could you describe a scenario in which this problem occurs? I've never seen this myself.
Comment #2
DaPooch commentedThis is happening to me too but for 6x-3.6
Created form submitted to it and whenever I go back to it I get the message that I've already submitted it twice instead of the expected once.
Comment #3
quicksketchEh, well even though I've never seen this problem it's not going to hurt to include this change. Committed to both 3.x branches.
Comment #5
David_Rothstein commentedThis looks like it got rolled back (I think accidentally) when #960734: Anonymous users weird behaviour when limit is reached, no submit error is given, record not saved was committed. Based on the theory that it was an accident, I'm reopening this and setting it to RTBC - the patch still applies to the 7.x-3.x branch.
Comment #6
quicksketchThanks, not sure how that happened. Committed and pushed again.