mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Fix pushed products not attaching to version
This commit is contained in:
parent
636ef024b7
commit
49162f228e
1 changed files with 1 additions and 0 deletions
|
|
@ -994,6 +994,7 @@ class ProjectPushItemProcess:
|
||||||
version_entity = new_version_entity(
|
version_entity = new_version_entity(
|
||||||
version,
|
version,
|
||||||
product_id,
|
product_id,
|
||||||
|
task_id=self._task_info.get("id"),
|
||||||
attribs=dst_attrib,
|
attribs=dst_attrib,
|
||||||
thumbnail_id=thumbnail_id,
|
thumbnail_id=thumbnail_id,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue