fix: set default to not send email to self

This commit is contained in:
sokumon 2025-03-24 12:11:18 +05:30
parent 216223abc8
commit 1320c97a4b

View file

@ -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": []