Problem/Motivation
See the core issue for more information - #3057545: ResourceTypeRepository wrongly assumes that all entity reference fields have the setting "target_type". This issue here is there to provide support for contrib installations of the jsonapi module.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3057555-3.patch | 2.38 KB | hchonov |
Comments
Comment #2
hchonovComment #3
hchonovComment #4
jibranThis might be a duplicate of #3029090: Dynamic Entity Reference: support discovering relatable resource types.
Comment #5
wim leersNote that for the remainder of the
8.8.xcycle, for JSON:API development the following applies:8.8.xcore first, and are backported to8.7.xwhen core policy allows this.8.x-2.x)jsonapi.modulecomponent in Drupal core. But to speed up development, you can develop the patch in the https://www.drupal.org/project/jsonapi issue queue, since tests run much faster there.So, closing this since #3057545: ResourceTypeRepository wrongly assumes that all entity reference fields have the setting "target_type" already exists against core's
jsonapi.module:) Thanks for working on this, and sorry for the confusion and overhead!Comment #6
wim leers