fix: select perm not visible in role permission summary dialog

This commit is contained in:
Rucha Mahabal 2021-12-14 21:57:46 +05:30
parent 5ee5573d21
commit 9a5804c4e8

View file

@ -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: {},