fix: select perm not visible in role permission summary dialog
This commit is contained in:
parent
5ee5573d21
commit
9a5804c4e8
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ Object.assign(window, {
|
|||
});
|
||||
|
||||
$.extend(frappe.perm, {
|
||||
rights: ["read", "write", "create", "delete", "submit", "cancel", "amend",
|
||||
rights: ["select", "read", "write", "create", "delete", "submit", "cancel", "amend",
|
||||
"report", "import", "export", "print", "email", "share", "set_user_permissions"],
|
||||
|
||||
doctype_perm: {},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue