How can I create a unique constraint on a skeleton over multiple bones? #1256
Labels
help wanted
Extra attention is needed
Priority: High
After critical issues are fixed, these should be dealt with before any further issues.
question
Further information is requested
I have these bones in a Skeleton:
Now I want to ensure there's at least one skeleton per permutation of the values:
for example
can exist together.
But you should not able to add
because there's already an entry (
ìd: 1
) with{name: "foo", module: "file"}
.I tried to create a composition of these bones with a compute bone.
But this doesn't cause a client-error in
fromClient
and fails only in the skeleton toDB transaction:Does anyone has an idea how I can simplify this / enforce a client error?
The text was updated successfully, but these errors were encountered: