Posted by alanburke on December 7, 2009 at 11:59am
| Project: | Webform Submissions ACL |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
I'd like my users to have more control over "their" webforms' submissions, i.e., webforms they have authored, but not have access to webform submissions sitewide.
This module goes someway to solving this, by allowing access to results, but it doesn't allow editing of the results.
It would be a nice feature.
Regards
Alan
Comments
#1
#2
Simple patch that allows this.
#3
Thanks for the patch. But I think we need to add two levels then : viewing and editing (+deleting) access rights. Mostly you only want users to view the results and not edit them.
#4
Hi Davy
I had to resort to patching webform to solve my particular use case.
Even with my patch above, this doesn't let the user access hidden fields,
as there is a separate access check which prevents them from displaying.
So given that I would have to patch webform anyway, I put all of my extra permissions in there,
and don't need to use this module now.
Thanks for your help anyway - much appreciated!
Alan
#5