- Issue created by @HitchShock
- Merge request !43[#3410586] Fixed error on content translate creation β (Open) created by HitchShock
- Status changed to Needs review
over 1 year ago 5:52pm 22 December 2023 - πΊπ¦Ukraine HitchShock Ukraine
The issue is caused by 'data' value
Dumper returns value with 'data' property and it saves in the field.
But when we try to create a new translation and the address isn't changed, then 'data' property of the field value will be empty and EntityUntranslatableFieldsConstraintValidator determines this case as changing the field and returns an error.We need to unset 'data' property to prevent such cases.