Skip to content

[DIFE-196] Fix race conditions when receiving translations

Ghost User requested to merge fix/etranslations-race-conditions into develop

Sometimes updating the resource with translations is so fast that it removes previous updates. This MR ensures this won't happen by adding a lock on the translated resource.

Merge request reports