Skip to content

Commit 6850b52

Browse files
adityahasenetchampfaris
authored andcommitted
fix(assign_to): Set Notify by Email to 1 by default (frappe#7688)
1 parent 98c94e7 commit 6850b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frappe/public/js/frappe/form/sidebar/assign_to.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ frappe.ui.form.AssignToDialog = Class.extend({
140140
{ fieldtype: 'Section Break' },
141141
{ fieldtype: 'Column Break' },
142142
{ fieldtype: 'Date', fieldname: 'date', label: __("Complete By") },
143-
{ fieldtype: 'Check', fieldname: 'notify', label: __("Notify by Email") },
143+
{ fieldtype: 'Check', fieldname: 'notify', label: __("Notify by Email"), default: 1},
144144
{ fieldtype: 'Column Break' },
145145
{ fieldtype: 'Select', fieldname: 'priority', label: __("Priority"),
146146
options: [

0 commit comments

Comments
 (0)