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:
Aarol D'Souza 2025-10-02 00:43:55 +05:30 committed by GitHub
commit ff91b53557
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]);
},
},
{