Issue #3348096: Fix Entity queries must explicitly set whether the query should be access checked or not in Diff
1 unresolved thread
Merge request reports
Activity
added 28 commits
-
0aba6669...5eb752fc - 27 commits from branch
project:2.x
- 15b235b4 - Merge branch diff:2.x into 3348096-fix-entity-queries
-
0aba6669...5eb752fc - 27 commits from branch
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