fix(minor): assign_to field disappears while assigning a task/issue (#6775)
* fix(minor): assign_to field while assigning * fix: remove whitespaces
This commit is contained in:
parent
bb7a2f04ac
commit
6d2b16cf42
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ frappe.ui.form.AssignTo = Class.extend({
|
|||
}
|
||||
|
||||
me.assign_to.dialog.show();
|
||||
me.assign_to = null;
|
||||
},
|
||||
remove: function(owner) {
|
||||
var me = this;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue