Fix Entity queries must explicitly set whether the query should be access checked or not in GoogleTagManager

Created on 16 March 2023, almost 2 years ago
Updated 12 April 2023, over 1 year ago

Problem/Motivation

Having the following error after finishing the installation.

Error message
Entity queries must explicitly set whether the query should be access checked or not. See Drupal\Core\Entity\Query\QueryInterface::accessCheck().

Proposed resolution

Have queries over entities changed in the GoogleTagManager module
With basic accessCheck(FALSE) or pass the needed access check for admins or selected user roles and permissions.

Would you suggest using accessCheck(TRUE)? If the case was needed.

Access checking must be explicitly specified on content entity queries β†’
#2785449: It's too easy to write entity queries with access checks that must not have them β†’

Remaining tasks

  • File an issue
  • Patch/MR
  • Test
  • Review

User interface changes

  • N/A

API changes

  • N/A

Data model changes

  • N/A
πŸ“Œ Task
Status

Closed: works as designed

Version

2.0

Component

Code

Created by

πŸ‡―πŸ‡΄Jordan Rajab Natshah Jordan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024