fix: share clickable URLs from List View
This commit is contained in:
parent
74435290df
commit
2d5c9651df
1 changed files with 1 additions and 1 deletions
|
|
@ -1483,7 +1483,7 @@ frappe.views.ListView = class ListView extends frappe.views.BaseList {
|
|||
return [
|
||||
filter[1],
|
||||
"=",
|
||||
JSON.stringify([filter[2], filter[3]]),
|
||||
encodeURIComponent(JSON.stringify([filter[2], filter[3]])),
|
||||
].join("");
|
||||
})
|
||||
.join("&");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue