fix: Do not show Edit DocType button in DocType form
This commit is contained in:
parent
26e426d704
commit
c29cd3a335
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ frappe.ui.form.Toolbar = Class.extend({
|
|||
}, true);
|
||||
}
|
||||
|
||||
if (frappe.boot.developer_mode===1) {
|
||||
if (frappe.boot.developer_mode===1 && !is_doctype_form) {
|
||||
// edit doctype
|
||||
this.page.add_menu_item(__("Edit DocType"), function() {
|
||||
frappe.set_route('Form', 'DocType', me.frm.doctype);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue