Problem/Motivation
There is a bug in the commit for #3375197: Error: Call to undefined method Drupal\Core\Config\Entity\ConfigEntityStorage::accessCheck()
Instead of accesCheck it should be accessCheck
Steps to reproduce
When adding a response header there is an error
Call to undefined method Drupal\Core\Config\Entity\Query\Query::accesCheck()
Proposed resolution
Fix typo in accessCheck
Issue fork http_response_headers-3379069
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 #3
polynya commentedComment #4
minnur commentedI think this is related to https://www.drupal.org/project/http_response_headers/issues/3375197
Comment #5
polynya commentedSorry, I should have been clearer. There is a bug in the commit for #3375197: Error: Call to undefined method Drupal\Core\Config\Entity\ConfigEntityStorage::accessCheck()
Instead of accesCheck it should be accessCheck
Comment #6
polynya commentedComment #8
minnur commentedFixed the typo.
Comment #9
minnur commentedComment #10
minnur commented