- Issue created by @spadxiii
- Open on Drupal.org →Core: 9.5.x + Environment: PHP 8.0 & MySQL 5.7last update
over 1 year ago Not currently mergeable. - @spadxiii opened merge request.
- last update
over 1 year ago 8 pass
Whenever a config override is run, the mapping is queried. If there is a mapping, it is cached in the service instance. If there is no mapping, the next time a config override is run, the mapping is queried again, resulting in an empty array again. Etc.
Use the module without a key.config override, and check the queries being run.
Make the check in getMapping more strict.
Code review.
-
-
-
Active
1.0
Code