Problem/Motivation

I have a role named "School" which has following Webform permissions:

Access the webform overview page
Access webform submission log
Delete own webform submission
Edit own webform
Edit own webform submission
View own webform submission

With this configuration, this user see all of his webforms on admin/structure/webform and he can see all submissions and edit the webform.

However, If I uncheck "Edit own webform" permission, a user of this role stops seeing any of it's own webforms. But I consider he should see them anyway because he has permission to see the submissions of it's webforms.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rcodina created an issue. See original summary.

rcodina’s picture

Status: Active » Needs review
FileSize
835 bytes

I upload a patch that fixes the bug.

rcodina’s picture

@jrockowitz The problem is that operation "submission_view_own" is never called. My patch is just a workaround but I'm sure that with this information I provide you can do a proper fix. Thanks!

  • jrockowitz committed 9cdea63 on 8.x-5.x authored by rcodina
    Issue #2919726 by rcodina: User should be able to see a webform if he...
jrockowitz’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.