[minor] reset dashboard on refresh
This commit is contained in:
parent
127134e700
commit
e30ab8d2bb
1 changed files with 2 additions and 0 deletions
|
|
@ -317,6 +317,8 @@ _f.Frm.prototype.refresh_header = function(is_a_different_doc) {
|
|||
this.toolbar.refresh();
|
||||
}
|
||||
|
||||
this.dashboard.reset();
|
||||
|
||||
this.clear_custom_buttons();
|
||||
|
||||
this.show_web_link();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue