fix: Hide dialog after assignment (#6696)
* dialog hide fix after assigning * fix: remove console statement
This commit is contained in:
parent
ffa0a1821c
commit
ba72414a3d
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ frappe.ui.form.AssignToDialog = Class.extend({
|
|||
{value:'High', label:__('High')}],
|
||||
'default':'Medium'},
|
||||
],
|
||||
primary_action: function() { frappe.ui.add_assignment(opts, me) },
|
||||
primary_action: function() { frappe.ui.add_assignment(opts, this) },
|
||||
primary_action_label: __("Add")
|
||||
})
|
||||
$.extend(me, dialog);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue