- Issue created by @pfrenssen
- πΊπΈUnited States owenbush Denver, CO
Unfortunately, I don't think this would be possible.
The title, and description fields on the Event Instance entities are actually inherited from the Event Series entity. If you removed the dependency on Field Inheritance you'd end up with Event Instance entities without titles/labels. So in JSON:API you'd likely end up either with no data for titles for events, or potentially even failures if the code expects a label key to be present.
- Status changed to Closed: works as designed
11 months ago 11:45am 11 June 2024 - π§π¬Bulgaria pfrenssen Sofia
Thanks for the response. I'm using GraphQL which makes it easy to provide data from both the event instance and its parent eventseries entity in a single query result, so my project works fine without Field Inheritance, but I understand your reasoning. I just wanted to float the idea.
I'll close this for now.