Skip to content
Snippets Groups Projects
Commit 696f85dc authored by Kevin Rice's avatar Kevin Rice
Browse files

adds missing access check

parent 560e4ee7
No related branches found
Tags 9098
No related merge requests found
......@@ -144,6 +144,7 @@ function simple_survey_queue_bq_submissions() {
$surveyState->getLastExported($survey->id()) : \Drupal::time()->getRequestTime() - 86400;
$responseIds = $entityTypeManager->getStorage('survey_response')->getQuery()
->accessCheck()
->condition('created', $lastExported, '>')
->condition('sent_to_bq', FALSE)
->condition('survey', $survey->id())
......
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