fix: disable workflow emails by default
make it opt-in instead.
This commit is contained in:
parent
42aff950ce
commit
d68e46d2cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue