Closed (fixed)
Project:
Webform
Version:
6.x-2.8
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2009 at 15:07 UTC
Updated:
9 Sep 2011 at 11:44 UTC
Well the title says it all. I have a role which does not have permission to EDIT the webform, it just has access to webform results and still the role can edit webforms.
By browsing the issues I found that most of times this is due to the fact that the role has administer nodes permission but the role doesn't have this permission.
I'm using domain access module but I don't think this is causing it?
Anyone with similar experiences? Any help is appreciated!
Cheers
Comments
Comment #1
bartezz commentedBtw as a temp work-around I've now set the input type to PHP which will prevent the role to edit the webform, maybe this helps others for the time being...
Comment #2
quicksketchWebform does not make any modifications to the access of node/x/edit (it just puts things underneath it). My guess is that a node access module is convoluting the access permissions.
Comment #3
aasarava commentedI'm seeing the same issue and have set up a pretty simple site without any other modules that might alter the node access permissions. I have a "content admin" role that should only be able to access the webform results but not edit the form. Unfortunately, they still have the full ability to edit, even though I have not given the role edit permission.
Comment #4
bartezz commentedHaven't found a solution yet.... other than the dirty temporary quick workaround mentioned above....
Comment #5
medden commentedsubscribing.... was having the same problem
Comment #6
medden commentedI added this to a custom module to fix this problem.
Now only user 1 can edit or see results from any webform.
Hope that helps.