api-platform / api-platform/admin
Multiple resources with the same IRI
Open
- Dominant language
- TypeScript
- Stars
- 516
- Forks
- 134
- PR merge metrics
- No merged PRs in 30d
Description
In case of multiple resources with the same IRI, the hydraClient merge all into one?
Test case:
- two resources, `Offer1` and `Offer2` (iri=http://schema.org/Offer)
- one resource `Order` with _OneToMany_ to `Offer1`
- in the admin UI for the `Order` resource, all fields of resources `Offer1` **and** `Offer2` are included
Contributor guide
Assessment
This issue has not been assessed yet.