jmix-docs icon indicating copy to clipboard operation
jmix-docs copied to clipboard

False statement about entity Export in Entity Inspector

Open alexbudarov opened this issue 6 months ago • 2 comments

Note that one-to-many and many-to-many references are not exported together with the root entity.

https://docs.jmix.io/jmix/data-tools/entity-inspector.html

Both composition and association related one-to-many entities ARE exported and imported.

The reason is this code: io.jmix.datatoolsflowui.view.entityinspector.EntityInspectorListView#createEntityExportPlan

Also, I believe, including Association-related entities - it is a bug (or should be an option in UI).

alexbudarov avatar Aug 27 '24 16:08 alexbudarov