- Issue created by @bogdan.racz
- Status changed to Needs review
10 months ago 7:18pm 16 January 2024 - First commit to issue fork.
- Status changed to Fixed
10 months ago 4:00pm 30 January 2024
In the EditableFieldsForm::submitForm the entity is reloaded but the language is not preserved.
So we need to make sure, we update the respective translation of the entity.
Additionally, as we can do multiple updates on the same entity for just a specific field, we should not create a new revision every-time, hence the addition of $entity->setSyncing(TRUE);
before the save.
Fixed
1.0
Code