mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #6047 from ynput/bugfix/editorial-collect-resources-broken
Ayon General: traypublisher editorial check of hierarchy in wrong data
This commit is contained in:
commit
4afa8292d2
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class CollectResourcesPath(pyblish.api.InstancePlugin):
|
|||
# Add fill keys for editorial publishing creating new entity
|
||||
# TODO handle in editorial plugin
|
||||
if instance.data.get("newAssetPublishing"):
|
||||
if "hierarchy" not in instance.data:
|
||||
if "hierarchy" not in template_data:
|
||||
template_data["hierarchy"] = instance.data["hierarchy"]
|
||||
|
||||
if "asset" not in template_data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue