- Issue created by @amateescu
- Status changed to Needs review
10 months ago 7:24pm 15 March 2024 - π·π΄Romania amateescu
Opened a MR with the proposed resolution.
Marking as NR for the architecture of this change. If we get agreement on that, I can follow up with test coverage.
- Merge request !7063Make the 'entity' property of ER fields aware of its typed data hierarchy tree. β (Open) created by amateescu
- Status changed to Needs work
10 months ago 7:47pm 15 March 2024 The Needs Review Queue Bot β tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide β to find step-by-step guides for working with issues.
- Status changed to Needs review
10 months ago 11:40am 16 March 2024 - π·π΄Romania amateescu
Turns out this can be done *a lot* easier by just setting the proper context after the typed data object is instantiated.
- Status changed to Needs work
9 months ago 4:27am 17 March 2024 The Needs Review Queue Bot β tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide β to find step-by-step guides for working with issues.
- Status changed to Needs review
9 months ago 7:54am 17 March 2024 - π¬π§United Kingdom catch
The fix looks really trivial and it's just exposing the information via existing APIs, so I can't really see a downside here.
- Status changed to Needs work
9 months ago 10:11pm 14 April 2024 - πΊπΈUnited States smustgrave
Thanks @catch, removing Needs architectural review tag as this seems to have gotten a thumbs up to pursue.
Moving to NW for test failures though.
- π¨πSwitzerland berdir Switzerland
This seems to be causing some kind of recursion or so?
1) Drupal\Tests\field\Kernel\EntityReference\EntityReferenceFormatterTest::testEntityFormatterRecursiveRendering PHPUnit\Framework\Exception: Killed
- π·π΄Romania amateescu
@Berdir, yup! And I couldn't figure out a good way to prevent it..