deep-foundation / deep-foundation/deeplinks
It is not possible to create a Contain link from user to a link in plv8 handler
Open
bug
help wanted
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
# How to reproduce:
Create a handler with code that creates a Contain link from triggeredByLinkid to a link
# Expected
I was expecting that it will be working the same way as in docker handler and in deeplinks's js deepclient
```js
await deep.insert({
type_id: await deep.id("@deep-foundation/core", "Contain"),
from_id: deep.linkId,
to_id: linkId
})
```
# Actual
> Error: insert [{"id":1068,"from_id":362,"to_id":1067,"type_id":3}] rejected because selector_id: 452 query_id: 465 user_id: 874 return false
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.