Problem/Motivation
Not able to install the module with updates defined in install file
Steps to reproduce
Setup a D10 instance
Require the module alongwith dependent modules
install the module and you will get error
Entity queries must explicitly set whether the query should be access checked or not. See Drupal\Core\Entity\Query\QueryInterface::accessCheck().
Proposed resolution
Update the install file to have accesscheck with the query
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3390305-entiry-query-issue-1.patch | 541 bytes | deepaverma |
Issue fork ckeditor_templates_upgrade-3390305
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
deepaverma commentedComment #5
sarwan_verma commentedHi @deepaverma,
#2 patch applied successfully and getting some error, and i have fixed those error & create the MR.
please review and verify.
Comment #7
s_leu commentedThanks to both of you, committed this.