[minor] refresh tags in form footer
This commit is contained in:
parent
80fd2a5b32
commit
d6e1bb090d
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ frappe.ui.form.Footer = Class.extend({
|
|||
this.frm.attachments.refresh();
|
||||
this.frm.comments.refresh();
|
||||
this.frm.assign_to.refresh();
|
||||
this.frm.tags.refresh();
|
||||
this.frm.tags && this.frm.tags.refresh();
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue