[fix] show action after duplicate having no action (#2681)
This commit is contained in:
parent
7a007a2cb4
commit
f54efe0aa8
1 changed files with 1 additions and 0 deletions
|
|
@ -234,6 +234,7 @@ frappe.ui.form.Toolbar = Class.extend({
|
|||
}
|
||||
} else {
|
||||
this.page.clear_actions();
|
||||
this.current_status = null
|
||||
}
|
||||
},
|
||||
get_action_status: function() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue