feat: Copy task color from project template (#30857)
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
This commit is contained in:
parent
04d56fbb8d
commit
b8a9f821a4
@ -86,6 +86,7 @@ class Project(Document):
|
|||||||
type=task_details.type,
|
type=task_details.type,
|
||||||
issue=task_details.issue,
|
issue=task_details.issue,
|
||||||
is_group=task_details.is_group,
|
is_group=task_details.is_group,
|
||||||
|
color=task_details.color,
|
||||||
)
|
)
|
||||||
).insert()
|
).insert()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user