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:
Jakub Jezek 2024-03-26 22:42:29 +01:00
parent af6102afbd
commit eadfc1542b
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -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):