From d68e46d2cc5da3017a5b3924b9621380160198a6 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 19 Jul 2023 16:28:01 +0530 Subject: [PATCH] fix: disable workflow emails by default make it opt-in instead. --- frappe/workflow/doctype/workflow/workflow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/workflow/doctype/workflow/workflow.json b/frappe/workflow/doctype/workflow/workflow.json index 4b945a33c2..bddf8a66d7 100644 --- a/frappe/workflow/doctype/workflow/workflow.json +++ b/frappe/workflow/doctype/workflow/workflow.json @@ -54,7 +54,7 @@ "label": "Don't Override Status" }, { - "default": "1", + "default": "0", "description": "Emails will be sent with next possible workflow actions", "fieldname": "send_email_alert", "fieldtype": "Check",