I'm trying to implement a functionality in which I automatically set some fields for a different language based on what is entered for the published language.
When I'm saving a page I use a NotificationHandler and set the fields in a new culture based on the input.
However, whenever I save the page I get database write lock errors, even though I'm using a IScopedProvider.
Is anyone familiair with this or has someone perhaps done something similar before? I can't seem to get rid of the write locks