Merge pull request #34241 from AarDG10/fix-list-view-routing
fix(UI/UX): list view routing fixed for issue #34136
This commit is contained in:
commit
ff91b53557
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