-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working📖 MiniLcmissues related to miniLcm library code, includes fwdat bridge and lcmCrdtissues related to miniLcm library code, includes fwdat bridge and lcmCrdt
Description
Describe the bug
Working on tasks in the frontend I ran into this issue, it should be prevented in the backend.
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working📖 MiniLcmissues related to miniLcm library code, includes fwdat bridge and lcmCrdtissues related to miniLcm library code, includes fwdat bridge and lcmCrdt