Related to https://github.com/sillsdev/liblcm/issues/365 **Describe the bug** Working on tasks in the frontend I ran into this issue, it should be prevented in the backend. ```c# var entryId = ...; var senseId = ...; var example = new ExampleSentence {Id = Guid.NewGuid()}; api.CreateExampleSentence(entryId, senseId, example); api.CreateExampleSentence(entryId, senseId, example); ``` **Expected behavior** The second call should fail with an error. > [!NOTE] > This issue was seen specifically on a FWData project
Related to sillsdev/liblcm#365
Describe the bug
Working on tasks in the frontend I ran into this issue, it should be prevented in the backend.
Expected behavior
The second call should fail with an error.
Note
This issue was seen specifically on a FWData project