Skip to content

Commit

Permalink
feat: Copy task color from project template (backport frappe#30857) (f…
Browse files Browse the repository at this point in the history
…rappe#30859)

Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
Co-authored-by: sersaber <93864988+sersaber@users.noreply.github.com>
  • Loading branch information
3 people committed May 2, 2022
1 parent 8738368 commit 7ee18e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erpnext/projects/doctype/project/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def create_task_from_template(self, task_details):
type=task_details.type,
issue=task_details.issue,
is_group=task_details.is_group,
color=task_details.color,
)
).insert()

Expand Down

0 comments on commit 7ee18e8

Please sign in to comment.