mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
use "id" key where id of input is stored instead of "input"
This commit is contained in:
parent
aaca2400a4
commit
c728eec8ab
2 changed files with 7 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ class IntegrateInputLinks(pyblish.api.ContextPlugin):
|
|||
# future.
|
||||
link = OrderedDict()
|
||||
link["type"] = link_type
|
||||
link["input"] = io.ObjectId(input_id)
|
||||
link["id"] = io.ObjectId(input_id)
|
||||
link["linkedBy"] = "publish"
|
||||
|
||||
if "inputLinks" not in version_doc["data"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue