mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
[files] [cleanup/redesign] removed the old file_list structure and also added file listing in setup
This commit is contained in:
@@ -82,6 +82,12 @@ wn.module_page["Setup"] = [
|
||||
label: wn._("Rename Tool"),
|
||||
"description":wn._("Rename multiple items in one go")
|
||||
},
|
||||
{
|
||||
"route":"List/File Data",
|
||||
doctype: "File Data",
|
||||
label: wn._("File Manager"),
|
||||
"description":wn._("List, delete uploaded files.")
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user