mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
chore: Added video settings to List View Menu
This commit is contained in:
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");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user