- 🇳🇱Netherlands bbrala Netherlands
I've checked the code, this has been fixed in '22/'23 in other issues.
Argument of following method use \Drupal\jsonapi\ResourceType\ResourceTypeRepository
\Drupal\jsonapi_extras\Normalizer\SchemaFieldDefinitionNormalizer::__construct
\Drupal\jsonapi_extras\Normalizer\SchemataSchemaNormalizer::__construct
This prevents jsonapi.resource_type.repository
service to be altered or decorated without extending those class
Use interface \Drupal\jsonapi\ResourceType\ResourceTypeRepositoryInterface
as argument type instead
Closed: outdated
3.0
Code
The change/bugfix cannot be fully demonstrated by automated testing, and thus requires manual testing in a variety of environments.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I've checked the code, this has been fixed in '22/'23 in other issues.