fix(UI/UX): list view routing fixed
This commit is contained in:
parent
777460c5fb
commit
bc0924c8b5
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@ frappe.views.TreeView = class TreeView {
|
|||
{
|
||||
label: __("View List"),
|
||||
action: function () {
|
||||
frappe.set_route("List", me.doctype);
|
||||
frappe.set_route(["List", me.doctype, "List"]);
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue