mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
store host name to version entity data
This commit is contained in:
parent
d00e35de84
commit
2cdcfa3f22
1 changed files with 3 additions and 0 deletions
|
|
@ -457,6 +457,9 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
else:
|
||||
version_data[key] = value
|
||||
|
||||
host_name = instance.context.data["hostName"]
|
||||
version_data["host_name"] = host_name
|
||||
|
||||
version_entity = new_version_entity(
|
||||
version_number,
|
||||
product_entity["id"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue