fix: set default to not send email to self
This commit is contained in:
parent
216223abc8
commit
1320c97a4b
1 changed files with 1 additions and 2 deletions
|
|
@ -94,7 +94,7 @@
|
|||
"label": "Workflow Builder ID"
|
||||
},
|
||||
{
|
||||
"default": "1",
|
||||
"default": "0",
|
||||
"depends_on": "eval: doc.allow_self_approval == 1",
|
||||
"fieldname": "send_email_to_creator",
|
||||
"fieldtype": "Check",
|
||||
|
|
@ -110,7 +110,6 @@
|
|||
"name": "Workflow Transition",
|
||||
"owner": "Administrator",
|
||||
"permissions": [],
|
||||
"row_format": "Dynamic",
|
||||
"sort_field": "creation",
|
||||
"sort_order": "DESC",
|
||||
"states": []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue