deep-foundation / deep-foundation/deeplinks

It is not possible to create a Contain link from user to a link in plv8 handler

Open
#83 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.