Skip to content
Snippets Groups Projects

Issue #3348096: Fix Entity queries must explicitly set whether the query should be access checked or not in Diff

Open Issue #3348096: Fix Entity queries must explicitly set whether the query should be access checked or not in Diff
1 unresolved thread
Open Rajab Natshah requested to merge issue/diff-3348096:3348096-fix-entity-queries into 2.x
1 unresolved thread

Issue #3348096: Fix Entity queries must explicitly set whether the query should be access checked or not in Diff

Closes #3348096

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
157 157 $bundles = $field_storage_definition->getBundles();
158 158 $query->condition('bundle', (array) $bundles, 'IN');
159 159 }
160 $result = $query->exists($field_key)->range(0, 1)->execute();
160 $result = $query->exists($field_key)->range(0, 1)->accessCheck(FALSE)->execute();
Please register or sign in to reply
Loading