fix: disable workflow emails by default

make it opt-in instead.
This commit is contained in:
Ankush Menat 2023-07-19 16:28:01 +05:30
parent 42aff950ce
commit d68e46d2cc

View file

@ -54,7 +54,7 @@
"label": "Don't Override Status" "label": "Don't Override Status"
}, },
{ {
"default": "1", "default": "0",
"description": "Emails will be sent with next possible workflow actions", "description": "Emails will be sent with next possible workflow actions",
"fieldname": "send_email_alert", "fieldname": "send_email_alert",
"fieldtype": "Check", "fieldtype": "Check",