Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
add missing project tasks into fields
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jul 28, 2022
1 parent 7aefc53 commit a112249
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openpype/pipeline/template_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a112249

Please sign in to comment.