Problem/Motivation

When using Domain Entity in combination with Webform Submissions, the export of those submissions is not filtered by the domain the current user has access to. This is due to $query->accessCheck(FALSE); being set in WebformSubmissionExporter.

Proposed resolution

Remove the access check and let Domain Entity do its thing.

Issue fork webform-3302623

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lammensj created an issue. See original summary.

jrockowitz’s picture

That seem like a pretty fair request.

  • jrockowitz committed 70f7380 on 6.1.x authored by lammensj
    Issue #3302623: Disabling the access check in WebformSubmissionExporter...
jrockowitz’s picture

Status: Active » Fixed

  • jrockowitz committed 70f7380 on 6.x authored by lammensj
    Issue #3302623: Disabling the access check in WebformSubmissionExporter...

  • jrockowitz committed 70f7380 on 6.2.x authored by lammensj
    Issue #3302623: Disabling the access check in WebformSubmissionExporter...

Status: Fixed » Closed (fixed)

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