mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
add missing project tasks into fields
This commit is contained in:
parent
7aefc53d98
commit
a1122496c1
1 changed files with 3 additions and 1 deletions
|
|
@ -213,7 +213,9 @@ def get_template_data_with_names(
|
|||
Dict[str, Any]: Data prepared for filling workdir template.
|
||||
"""
|
||||
|
||||
project_doc = get_project(project_name, fields=["name", "data.code"])
|
||||
project_doc = get_project(
|
||||
project_name, fields=["name", "data.code", "config.tasks"]
|
||||
)
|
||||
asset_doc = None
|
||||
if asset_name:
|
||||
asset_doc = get_asset_by_name(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue