Currently the module unconditionally excludes entity ID.
unset($fields[$entity_type->getKey('id')]);
That approach doesn't work well with entity types that use manually defined ids (machine names for example), which should be exported.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | default_content-read_only_id-3179476-2.patch | 891 bytes | adr_p |
Comments
Comment #2
adr_p commented