Problem/Motivation
The fix in #3203014: BaseFieldOverride cause inconsistencies during export (beta1) skips read-only fields during export. This causes data loss for crop entities where essential fields (x.value, y.value) are marked as read-only.
Steps to reproduce
1. Install drupal/crop and drupal/focal_point
2. Create content with images and set focal points
3. Export content using default_content
4. Import to fresh site
5. Focal point coordinates are lost - images crop at center
| Comment | File | Size | Author |
|---|
Comments
Comment #2
leksat commentedI have no good idea how to solve this. Currently using this workaround.
UPD: it's in the next comment
Comment #3
leksat commentedComment #4
david.muffley commentedIt also now removes a lot of group_content/group_relationship entity data, specifically gid, label, plugin_id, and group_type. Without gid and plugin_id the entity isn't wired up properly.
Here's an example diff from 2.0.0-alpha3 -> 2.0.0-beta1.