This commit is contained in:
mike12345567 2021-06-20 10:55:12 +01:00
parent 60de9ccb28
commit 13222e2083
1 changed files with 4 additions and 1 deletions

View File

@ -218,7 +218,10 @@ class LinkController {
rowId: linkId,
includeDocs: IncludeDocs.EXCLUDE,
})
).filter(link => link.id !== row._id && link.fieldName === linkedSchema.name)
).filter(
link =>
link.id !== row._id && link.fieldName === linkedSchema.name
)
// The 1 side of 1:N is already related to something else
// You must remove the existing relationship