mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
modify SettingsCreator to match new settings
This commit is contained in:
parent
40dc41a7a9
commit
6c158157cc
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ class SettingsCreator(TrayPublishCreator):
|
|||
@classmethod
|
||||
def from_settings(cls, item_data):
|
||||
identifier = item_data["identifier"]
|
||||
family = item_data["family"]
|
||||
family = item_data["product_type"]
|
||||
if not identifier:
|
||||
identifier = "settings_{}".format(family)
|
||||
return type(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue