feat: Copy task color from project template (backport #30857) (#30859)

Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
Co-authored-by: sersaber <93864988+sersaber@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2022-05-02 10:59:58 +05:30
committed by GitHub
parent 87383680f0
commit 7ee18e86a2

View File

@@ -84,6 +84,7 @@ class Project(Document):
type=task_details.type,
issue=task_details.issue,
is_group=task_details.is_group,
color=task_details.color,
)
).insert()