Hello,
I’m having following problem with my current project: I have an entity with a composition in detailView. Starting from that composition there are various further relations to other entities. In the detailView I want to show this relations in the dataGrid of the composition entity. They are included in fetchPlan and they are shown correctly on open, and also after list_create of new composition elements. But after list_edit of an existing composition element I’m getting the unfetched attribute error.
I’ve made a small sample project for you: Project
Steps to reproduce the error:
- run attached project
- open “Customers” in menu
- select “First Customer” (–> here all relations from the composition are loaded correctly (product, product category, category type))
- edit “Order 1” from Composition
- change “valid from” date and save
Do you have an idea what may be the problem?
Best regards,
Stefanie