Closed natfirst closed 3 years ago
For the First entity use main entity datasource in FieldGroup
<fieldGroup id="fieldGroup" datasource="firstMainDs"> <column width="350px"> <field property="embeddedEntity.firstAttr"/> <field property="embeddedEntity.secondAttr"/> </column> </fieldGroup>
For the Second entity use embedded entity datasource in FieldGroup
<fieldGroup id="fieldGroup" datasource="embeddedEntityDs"> <column width="350px"> <field property="firstAttr" /> <field property="secondAttr"/> </column> </fieldGroup>
E.R. Embedded fields should be editable in both screens A.R. Fields in second entity editor screen will be read-only
Environment
Description of the bug or enhancement
For the First entity use main entity datasource in FieldGroup
For the Second entity use embedded entity datasource in FieldGroup
E.R. Embedded fields should be editable in both screens A.R. Fields in second entity editor screen will be read-only