chore: Added video settings to List View Menu
This commit is contained in:
parent
d935b2753f
commit
6087fcaa9b
7
erpnext/utilities/doctype/video/video_list.js
Normal file
7
erpnext/utilities/doctype/video/video_list.js
Normal file
@ -0,0 +1,7 @@
|
||||
frappe.listview_settings["Video"] = {
|
||||
onload: (listview) => {
|
||||
listview.page.add_menu_item(__("Video Settings"), function() {
|
||||
frappe.set_route("Form","Video Settings", "Video Settings");
|
||||
});
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user