mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
Bugfix: refactor family -> product_type
This commit is contained in:
parent
ed68f16b72
commit
04f5718704
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue