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

Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
This commit is contained in:
sersaber 2022-05-02 06:59:43 +02:00 committed by GitHub
parent 04d56fbb8d
commit b8a9f821a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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