Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Multiple resources with the same IRI

Open
#178 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
react, typescript
Domain
api, frontend

Research direction

Start by reproducing the issue in the admin UI with two Offer resources sharing the IRI http://schema.org/Offer and an Order with a OneToMany relation to Offer1. Trace the hydraClient handling of these resources and confirm whether Offer1 and Offer2 are merged. Done means the Order view includes only the fields belonging to the related Offer resource.

Written by the indexing model from the issue text.

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
Dominant language
TypeScript
Stars
516
Forks
134
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from api-platform/admin

All issues in api-platform/admin

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.