feat: quick entry form when creating doc from quick list
This commit is contained in:
parent
4eb8f91a85
commit
e08e8b6b48
1 changed files with 1 additions and 7 deletions
|
|
@ -37,13 +37,7 @@ export default class QuickListWidget extends Widget {
|
|||
|
||||
this.add_new_button.appendTo(this.action_area);
|
||||
this.add_new_button.on("click", () => {
|
||||
frappe.set_route(
|
||||
frappe.utils.generate_route({
|
||||
type: "doctype",
|
||||
name: this.document_type,
|
||||
doc_view: "New",
|
||||
})
|
||||
);
|
||||
frappe.new_doc(this.document_type);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue