mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
OP-3939 - updated key for Settings
This commit is contained in:
parent
72e647a5b9
commit
f7fdb10f6b
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ class PreIntegrateThumbnails(pyblish.api.InstancePlugin):
|
|||
self.integrate_profiles,
|
||||
{
|
||||
"hosts": host_name,
|
||||
"tasks": task.get("name"),
|
||||
"task_names": task.get("name"),
|
||||
"task_types": task.get("type"),
|
||||
"families": family,
|
||||
"subsets": subset_name,
|
||||
|
|
|
|||
|
|
@ -598,7 +598,7 @@
|
|||
"type": "task-types-enum"
|
||||
},
|
||||
{
|
||||
"key": "tasks",
|
||||
"key": "task_names",
|
||||
"label": "Task names",
|
||||
"type": "list",
|
||||
"object_type": "text"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue