This used to work, I don’t know if it’s an issue from a previous update. I have a Ticket with a composition child collection of Steps.
API Process:
Create new TIcket + Steps with single message to API
Select Ticket (with Steps) from API
Update a field on a Step Message and Send Ticket + Steps to API to update step.
Error, Step doesn’t have a reference back to ticket in the API, but I’m getting “Cannot get unfetched attribute [ticket] from detached object com.company.njuns.entity.Step-d0f7c0e2-e62d-1953-4674-94f9cf165071 [detached].”
I have no way of specifying the view, and this error I found EntityImportExport: 409. This service is trying to add the reference of Step back to Ticket but it can’t do this.
HI. I am currently experiencing exactly this same problem with REST API v7.2.6
Create entity with composition, query the json entity graph from the API, attempt to update that same json back to the API via PUT, and get unfetched attribute on the child item property that points back to the parent.