Bugfix: refactor family -> product_type

This commit is contained in:
Roy Nieterau 2024-03-29 17:55:56 +01:00
parent ed68f16b72
commit 04f5718704

View file

@ -1480,7 +1480,7 @@ class PlaceholderLoadMixin(object):
product_name_regex = None
if product_name_regex_value:
product_name_regex = re.compile(product_name_regex_value)
product_type = placeholder.data["family"]
product_type = placeholder.data["product_type"]
builder_type = placeholder.data["builder_type"]
folder_ids = []