From 02c933269527bb41328b15f2b25a9af757ef3b40 Mon Sep 17 00:00:00 2001 From: Marica Date: Tue, 14 Apr 2020 11:47:58 +0530 Subject: [PATCH] fix: Project Update Email Error (#21208) * fix: Project Update Email Error * Update project.json Co-authored-by: Himanshu --- erpnext/projects/doctype/project/project.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/erpnext/projects/doctype/project/project.json b/erpnext/projects/doctype/project/project.json index 7d47db371d..49abab1c13 100644 --- a/erpnext/projects/doctype/project/project.json +++ b/erpnext/projects/doctype/project/project.json @@ -1,4 +1,5 @@ { + "actions": [], "allow_import": 1, "allow_rename": 1, "autoname": "field:project_name", @@ -435,16 +436,18 @@ }, { "depends_on": "collect_progress", - "description": "Message will sent to users to get their status on the project", + "description": "Message will be sent to the users to get their status on the Project", "fieldname": "message", "fieldtype": "Text", - "label": "Message" + "label": "Message", + "mandatory_depends_on": "collect_progress" } ], "icon": "fa fa-puzzle-piece", "idx": 29, + "links": [], "max_attachments": 4, - "modified": "2019-09-24 15:02:50.208301", + "modified": "2020-04-08 22:11:14.552615", "modified_by": "Administrator", "module": "Projects", "name": "Project", @@ -487,4 +490,4 @@ "sort_order": "DESC", "timeline_field": "customer", "track_seen": 1 -} \ No newline at end of file +}