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

CommentFileSizeAuthor
#1 webform_submissions_acl-65230.patch1.74 KBalanburke

Comments

alanburke’s picture

StatusFileSize
new1.74 KB
alanburke’s picture

Status: Active » Needs review

Simple patch that allows this.

davyvdb’s picture

Status: Needs review » Needs work

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.

alanburke’s picture

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

davyvdb’s picture

Status: Needs work » Closed (won't fix)