Problem/Motivation
Error: Call to undefined method Drupal\Core\Config\Entity\Query\Query::acccessCheck() in Drupal\entity_extra_field\Controller\EntityExtraFieldListBuilder->getEntityIds() (line 94 of /var/www/html/web/modules/contrib/entity_extra_field/src/Controller/EntityExtraFieldListBuilder.php)
Steps to reproduce
After enabling the module with the latest updated 8 Jun 2023 at 18:39 UTC go to Manage Extra Fields of an entity like example Content Type or Account Settings.
Proposed resolution
Correct the type acccessCheck to accessCheck.
Remaining tasks
Creating Patch
User interface changes
No change
API changes
No change/Typo fixes.
Data model changes
No change
Issue fork entity_extra_field-3368742
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
sarathkmComment #4
sarathkmPatch has been created
https://git.drupalcode.org/project/entity_extra_field/-/merge_requests/8...
Comment #5
sarathkmupdated title
Comment #6
jhedstromThis fixes the error.
Comment #8
droath commentedComment #9
droath commented