mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
feat: Copy task color from project template (#30857)
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user