mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Update families data key to use the correct value from the data dictionary. This change ensures accurate information is passed for processing.
This commit is contained in:
parent
af6102afbd
commit
eadfc1542b
1 changed files with 1 additions and 1 deletions
|
|
@ -906,7 +906,7 @@ class PublishClip:
|
|||
"hierarchyData": hierarchy_formatting_data,
|
||||
"productName": self.product_name,
|
||||
"productType": self.product_type,
|
||||
"families": [self.product_type, self.data["family"]]
|
||||
"families": [self.product_type, self.data["productType"]]
|
||||
}
|
||||
|
||||
def _convert_to_entity(self, src_type, template):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue