mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix workfiles tool save button (#5653)
This commit is contained in:
parent
1bd07bd15b
commit
4b1c9077e6
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ def get_task_template_data(project_entity, task):
|
|||
return {}
|
||||
short_name = None
|
||||
task_type_name = task["taskType"]
|
||||
for task_type_info in project_entity["config"]["taskTypes"]:
|
||||
for task_type_info in project_entity["taskTypes"]:
|
||||
if task_type_info["name"] == task_type_name:
|
||||
short_name = task_type_info["shortName"]
|
||||
break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue