Skip to content
Snippets Groups Projects
Commit f473417d authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3297233: Move ::accessCheck() to correct location

Fixes issue introduced in parent commit.
parent e2ffa721
No related branches found
Tags 5.1.0-beta1
No related merge requests found
...@@ -149,9 +149,9 @@ class PdfWebformPopulationTest extends FillPdfTestBase { ...@@ -149,9 +149,9 @@ class PdfWebformPopulationTest extends FillPdfTestBase {
} }
$entity_ids = $this->container->get('entity_type.manager') $entity_ids = $this->container->get('entity_type.manager')
->accessCheck(TRUE)
->getStorage('webform_submission') ->getStorage('webform_submission')
->getQuery() ->getQuery()
->accessCheck(TRUE)
->sort('sid', 'DESC') ->sort('sid', 'DESC')
->condition('webform_id', $webform->id()) ->condition('webform_id', $webform->id())
->execute(); ->execute();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment