Closed (fixed)
Project:
Webform Clear
Version:
7.x-2.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 May 2014 at 15:32 UTC
Updated:
17 Dec 2014 at 20:34 UTC
Jump to comment: Most recent
Comments
Comment #1
ladybug_3777 commentedI should add I am using Webform 7.x-4.0-beta3 (also just tried version rc3)
Comment #2
ladybug_3777 commentedIt looks like the denied access is coming from the webform.module function for webform_confirmation_page_access($node);
The issue here is that the variable $submission is empty since the submission has been deleted, which ends up returning FALSE for the access.
Not sure the best way to address this, seems like there should be something in place that will allow the page to show the confirmation message even if the submission has been deleted.
Comment #3
ladybug_3777 commentedPlease see this page for a patch that attempts to address this issue:
https://drupal.org/node/2275943
Comment #4
robert castelo commentedladybug_3777 so looks like your Webform patch got committed (well done!).
I'm closing this issue as I assume the latest version of Webform fixes the problem.
Comment #5
ladybug_3777 commentedYes, it did. Thanks Robert!!