Merge pull request #39043 from gajjug004/fix/file-upload-wrong-folder

fix(file): upload to current folder from File list view when inside subfolder
This commit is contained in:
Hussain Nagaria 2026-05-02 21:30:26 +05:30 committed by GitHub
commit 328ad6c69b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,6 +82,12 @@ frappe.views.FileView = class FileView extends frappe.views.ListView {
});
}
make_new_doc() {
new frappe.ui.FileUploader({
folder: this.current_folder,
});
}
file_menu_items() {
return [
{