mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
🐛 fix task name reference
This commit is contained in:
parent
07f697d5a4
commit
a394556103
1 changed files with 2 additions and 2 deletions
|
|
@ -619,7 +619,7 @@ def get_product_name_and_group_from_template(
|
|||
|
||||
resulting_group_name = get_product_name(
|
||||
project_name=project_name,
|
||||
task_name=task_entity["taskName"],
|
||||
task_name=task_entity["name"],
|
||||
task_type=task_entity["taskType"],
|
||||
host_name=host_name,
|
||||
product_type=product_type,
|
||||
|
|
@ -628,7 +628,7 @@ def get_product_name_and_group_from_template(
|
|||
|
||||
resulting_product_name = get_product_name(
|
||||
project_name=project_name,
|
||||
task_name=task_entity["taskName"],
|
||||
task_name=task_entity["name"],
|
||||
task_type=task_entity["taskType"],
|
||||
host_name=host_name,
|
||||
product_type=product_type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue