Closed (fixed)
Project:
Webform
Version:
6.x-2.9
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2009 at 09:50 UTC
Updated:
15 Mar 2010 at 03:20 UTC
Jump to comment: Most recent file
When arriving to
/node/NODE_NUM/submission/SUBMISSION_NUM/delete
from
/node/NODE_NUM/submission/SUBMISSION_NUM
there is no query concatenated to the destination. Therefore, if user clicks on Cancel the destination is
/node/NODE_NUM/webform-results
instead of
/node/NODE_NUM/submission/SUBMISSION_NUM
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | webform_delete_redirect2.patch | 1.13 KB | quicksketch |
| #2 | webform_delete_redirect3.patch | 1.21 KB | quicksketch |
Comments
Comment #1
quicksketchThanks, a good report.
Comment #2
quicksketchI've committed the attached patches. Note that the 3.x version was less affected by this than 2.x, since it includes more extensive fixes by passing long a "destination" parameter more frequently than 2.x does. Either way, this should at least prevent access denied errors.