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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | webform_submissions_acl-65230.patch | 1.74 KB | alanburke |
Comments
Comment #1
alanburke commentedComment #2
alanburke commentedSimple patch that allows this.
Comment #3
davyvdb commentedThanks 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.
Comment #4
alanburke commentedHi 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
Comment #5
davyvdb commented