- Notifications
You must be signed in to change notification settings - Fork 562
Open
Labels
status: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triaged
Description
- Create object A
- Add element B to nested collection field of object A
- Add element C to nested collection field of object B
- Change any field of object C
Changing B works but C and nested throws exception.
Fix
At this line base.nested(segment) does not always return expected element but it can be obtained by PropertyPath.from(property, currentType).
Example code with postman and curl requests.
Metadata
Metadata
Assignees
Labels
status: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triaged