Fixed Listview rendering of File. Fixes frappe/erpnext#8240
This commit is contained in:
parent
a10425059f
commit
116016499f
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ frappe.listview_settings['File'] = {
|
|||
doclist.current_folder_name = route.slice(-1)[0];
|
||||
}
|
||||
|
||||
if(!doclist.current_folder) {
|
||||
if(!doclist.current_folder || doclist.current_folder=="List") {
|
||||
doclist.current_folder = frappe.boot.home_folder;
|
||||
doclist.current_folder_name = __("Home");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue